Spaces:
Sleeping
Sleeping
GEB-AGI/geb-1.3b
Browse files
main.py
CHANGED
@@ -10,7 +10,7 @@ import threading
|
|
10 |
|
11 |
app = FastAPI()
|
12 |
|
13 |
-
model_id = "
|
14 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
15 |
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="auto")
|
16 |
|
|
|
10 |
|
11 |
app = FastAPI()
|
12 |
|
13 |
+
model_id = "GEB-AGI/geb-1.3b"
|
14 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
15 |
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="auto")
|
16 |
|