Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ description = """
|
|
14 |
|
15 |
model_path = "models"
|
16 |
model_name = "tamil-llama-7b-v0.1-q5_k_m.gguf"
|
17 |
-
hf_hub_download(repo_id="
|
18 |
|
19 |
print("Start the model init process")
|
20 |
model = model = GPT4All(model_name, model_path, allow_download = False, device="cpu")
|
|
|
14 |
|
15 |
model_path = "models"
|
16 |
model_name = "tamil-llama-7b-v0.1-q5_k_m.gguf"
|
17 |
+
hf_hub_download(repo_id="prnv19/Tamil-Transformer-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
|
18 |
|
19 |
print("Start the model init process")
|
20 |
model = model = GPT4All(model_name, model_path, allow_download = False, device="cpu")
|