Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import torch
|
|
3 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
4 |
|
5 |
# Replace with your model name
|
6 |
-
|
7 |
-
MODEL_NAME = "unsloth/gemma-7b-bnb-4bit"
|
8 |
|
9 |
# Load the model and tokenizer
|
10 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
3 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
4 |
|
5 |
# Replace with your model name
|
6 |
+
MODEL_NAME = "ssirikon/Gemma7b-bnb-Unsloth"
|
7 |
+
#MODEL_NAME = "unsloth/gemma-7b-bnb-4bit"
|
8 |
|
9 |
# Load the model and tokenizer
|
10 |
model = AutoModelForCausalLM.from_pretrained(
|