Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ transcriber = pipeline(
|
|
18 |
)
|
19 |
|
20 |
# LLaMA Model Optimization
|
21 |
-
LLAMA = "meta-llama/Llama-3.
|
22 |
llama_quant_config = BitsAndBytesConfig(
|
23 |
load_in_4bit=True,
|
24 |
bnb_4bit_use_double_quant=True,
|
|
|
18 |
)
|
19 |
|
20 |
# LLaMA Model Optimization
|
21 |
+
LLAMA = "meta-llama/Meta-Llama-3.1-8B-Instruct"
|
22 |
llama_quant_config = BitsAndBytesConfig(
|
23 |
load_in_4bit=True,
|
24 |
bnb_4bit_use_double_quant=True,
|