Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
|
75 |
|
76 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
77 |
|
78 |
-
model_id = "DeepMount00/Lexora-Lite-
|
79 |
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True,)
|
80 |
model = AutoModelForCausalLM.from_pretrained(
|
81 |
model_id,
|
|
|
75 |
|
76 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
77 |
|
78 |
+
model_id = "DeepMount00/Lexora-Lite-3B_v2"
|
79 |
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True,)
|
80 |
model = AutoModelForCausalLM.from_pretrained(
|
81 |
model_id,
|