palbha commited on
Commit
47f8801
·
verified ·
1 Parent(s): 5a205d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ transcriber = pipeline(
18
  )
19
 
20
  # LLaMA Model Optimization
21
- LLAMA = "meta-llama/Llama-3.2-3B-Instruct"
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,