Spaces:
Running
on
Zero
Running
on
Zero
Kohaku-Blueleaf
commited on
Commit
•
f47341f
1
Parent(s):
20e398f
correct way to clone model
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ if __name__ == "__main__":
|
|
114 |
local_dir="./model", clone_from="https://huggingface.co/KBlueLeaf/DanTagGen"
|
115 |
)
|
116 |
text_model = Llama(
|
117 |
-
"./model/model.gguf",
|
118 |
n_ctx=384,
|
119 |
verbose=False,
|
120 |
)
|
|
|
114 |
local_dir="./model", clone_from="https://huggingface.co/KBlueLeaf/DanTagGen"
|
115 |
)
|
116 |
text_model = Llama(
|
117 |
+
"./model/ggml-model-Q6_K.gguf",
|
118 |
n_ctx=384,
|
119 |
verbose=False,
|
120 |
)
|