Spaces:
Runtime error
Runtime error
michailroussos
commited on
Commit
·
07df911
1
Parent(s):
3a645a0
testing with another model
Browse files
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 = "
|
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(
|