Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,9 +5,9 @@ from gradio.themes.base import Base
|
|
5 |
from gradio.themes.utils import colors, fonts, sizes
|
6 |
|
7 |
from llama_cpp import Llama
|
8 |
-
from huggingface_hub import hf_hub_download
|
9 |
|
10 |
-
hf_hub_download(repo_id="LLukas22/gpt4all-lora-quantized-ggjt", filename="ggjt-model.bin", local_dir=".")
|
11 |
llm = Llama(model_path="./ggjt-model.bin")
|
12 |
|
13 |
|
|
|
5 |
from gradio.themes.utils import colors, fonts, sizes
|
6 |
|
7 |
from llama_cpp import Llama
|
8 |
+
#from huggingface_hub import hf_hub_download
|
9 |
|
10 |
+
#hf_hub_download(repo_id="LLukas22/gpt4all-lora-quantized-ggjt", filename="ggjt-model.bin", local_dir=".")
|
11 |
llm = Llama(model_path="./ggjt-model.bin")
|
12 |
|
13 |
|