QuietImpostor
commited on
Commit
•
0646ffe
1
Parent(s):
6715980
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ vq_model = RQBottleneckTransformer.load_model(
|
|
21 |
).to(device)
|
22 |
# tts = TTSProcessor('cpu')
|
23 |
use_8bit = False
|
24 |
-
llm_path = "
|
25 |
tokenizer = AutoTokenizer.from_pretrained(llm_path)
|
26 |
model_kwargs = {}
|
27 |
if use_8bit:
|
|
|
21 |
).to(device)
|
22 |
# tts = TTSProcessor('cpu')
|
23 |
use_8bit = False
|
24 |
+
llm_path = "QuietImpostor/Llama-3.2s-1B-Instruct-v0.1"
|
25 |
tokenizer = AutoTokenizer.from_pretrained(llm_path)
|
26 |
model_kwargs = {}
|
27 |
if use_8bit:
|