mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-05 10:30:29 +00:00
some cleanup and for job specific names for circleci
This commit is contained in:
@@ -114,6 +114,7 @@ class GPT4All():
|
||||
|
||||
@staticmethod
|
||||
def download_model(model_filename, model_path):
|
||||
# TODO: Find good way of safely removing file that got interrupted.
|
||||
def get_download_url(model_filename):
|
||||
return f"https://gpt4all.io/models/{model_filename}"
|
||||
|
||||
|
@@ -41,4 +41,3 @@ def prompt_unloaded_llama():
|
||||
|
||||
response = response.strip()
|
||||
assert response == "LLAMA ERROR: prompt won't work with an unloaded model!"
|
||||
|
Reference in New Issue
Block a user