Guilherme34 commited on
Commit
1af8b92
·
verified ·
1 Parent(s): 79e4374

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,11 +8,11 @@ torch.set_default_device("cuda")
8
 
9
  # Loading the tokenizer and model from Hugging Face's model hub.
10
  tokenizer = AutoTokenizer.from_pretrained(
11
- "Guilherme34/Samantha-Phixtral-2x2_8",
12
  trust_remote_code=True
13
  )
14
  model = AutoModelForCausalLM.from_pretrained(
15
- "Guilherme34/Samantha-Phixtral-2x2_8",
16
  torch_dtype="auto",
17
  load_in_8bit=True,
18
  trust_remote_code=True
 
8
 
9
  # Loading the tokenizer and model from Hugging Face's model hub.
10
  tokenizer = AutoTokenizer.from_pretrained(
11
+ "Guilherme34/Samanthav3-MIXTRALDOLPHIN-LORA",
12
  trust_remote_code=True
13
  )
14
  model = AutoModelForCausalLM.from_pretrained(
15
+ "Guilherme34/Samanthav3-MIXTRALDOLPHIN-LORA",
16
  torch_dtype="auto",
17
  load_in_8bit=True,
18
  trust_remote_code=True