Spaces:
Sleeping
Sleeping
john
commited on
Commit
•
0b4a104
1
Parent(s):
5efa561
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
import wget
|
4 |
from llama_cpp import Llama
|
5 |
import random
|
6 |
-
url = 'https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.
|
7 |
filename = wget.download(url)
|
8 |
llm2 = Llama(model_path=filename, seed=random.randint(1, 2**31))
|
9 |
theme = gr.themes.Soft(
|
|
|
3 |
import wget
|
4 |
from llama_cpp import Llama
|
5 |
import random
|
6 |
+
url = 'https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML/resolve/main/WizardLM-7B-uncensored.ggmlv3.q2_K.bin'
|
7 |
filename = wget.download(url)
|
8 |
llm2 = Llama(model_path=filename, seed=random.randint(1, 2**31))
|
9 |
theme = gr.themes.Soft(
|