michailroussos commited on
Commit
07df911
·
1 Parent(s): 3a645a0

testing with another model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
 
5
  # Load the model and tokenizer locally
6
  max_seq_length = 2048
7
- model_name_or_path = "michailroussos/model_llama_8d"
8
 
9
  # Load model and tokenizer using unsloth
10
  model, tokenizer = FastLanguageModel.from_pretrained(
 
4
 
5
  # Load the model and tokenizer locally
6
  max_seq_length = 2048
7
+ model_name_or_path = "unsloth/Llama-3.2-3B-Instruct"
8
 
9
  # Load model and tokenizer using unsloth
10
  model, tokenizer = FastLanguageModel.from_pretrained(