oriolgds commited on
Commit
b7e1b4b
·
verified ·
1 Parent(s): 43126d3

Changed to 1B

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from datetime import datetime
13
 
14
  class LlamaChat:
15
  def __init__(self):
16
- self.model_name = "meta-llama/Llama-3.2-3B-Instruct"
17
  self.device = "cuda" if torch.cuda.is_available() else "cpu"
18
  self.tokenizer = None
19
  self.model = None
 
13
 
14
  class LlamaChat:
15
  def __init__(self):
16
+ self.model_name = "meta-llama/Llama-3.2-1B-Instruct"
17
  self.device = "cuda" if torch.cuda.is_available() else "cpu"
18
  self.tokenizer = None
19
  self.model = None