Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import torch
|
|
4 |
|
5 |
class MathTutor:
|
6 |
def __init__(self):
|
7 |
-
self.model_id = "
|
8 |
self.tokenizer = AutoTokenizer.from_pretrained(self.model_id)
|
9 |
self.model = AutoModelForCausalLM.from_pretrained(
|
10 |
self.model_id,
|
|
|
4 |
|
5 |
class MathTutor:
|
6 |
def __init__(self):
|
7 |
+
self.model_id = "analist/deepseek-math-tutor-cpu"
|
8 |
self.tokenizer = AutoTokenizer.from_pretrained(self.model_id)
|
9 |
self.model = AutoModelForCausalLM.from_pretrained(
|
10 |
self.model_id,
|