Spaces:
Runtime error
Runtime error
ehristoforu
commited on
Commit
β’
988c372
1
Parent(s):
c2dd1cb
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
|
28 |
|
29 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
30 |
|
31 |
-
model_id = "ehristoforu/Gemma2-9b-it-
|
32 |
tokenizer = GemmaTokenizerFast.from_pretrained(model_id)
|
33 |
model = AutoModelForCausalLM.from_pretrained(
|
34 |
model_id,
|
|
|
28 |
|
29 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
30 |
|
31 |
+
model_id = "ehristoforu/Gemma2-9b-it-train3"
|
32 |
tokenizer = GemmaTokenizerFast.from_pretrained(model_id)
|
33 |
model = AutoModelForCausalLM.from_pretrained(
|
34 |
model_id,
|