You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2023. It is now read-only.
I have the issue that I can't run the model inside my virtual env
my code:
frompygpt4all.models.gpt4all_jimportGPT4All_Jdefnew_text_callback(text):
print(text, end="")
model=GPT4All_J('./models/ggml-gpt4all-j-v1.3-groovy.bin')
model.generate("Once upon a time, ", n_predict=55,
new_text_callback=new_text_callback)
I have pipenv active and run the script provided in the readme like so
I have the issue that I can't run the model inside my virtual env
my code:
I have pipenv active and run the script provided in the readme like so
Any idea as to how to go about this?
The text was updated successfully, but these errors were encountered: