some cleanup and for job specific names for circleci

This commit is contained in:
Richard Guo
2023-05-10 16:40:24 -04:00
parent 3668cf00cf
commit 113d04dce3
3 changed files with 11 additions and 11 deletions

View File

@@ -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}"

View File

@@ -41,4 +41,3 @@ def prompt_unloaded_llama():
response = response.strip()
assert response == "LLAMA ERROR: prompt won't work with an unloaded model!"