Spaces:
Running
on
Zero
Running
on
Zero
Correct name of model
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ assistant_marker_ids = tokenizer.encode("<|start_header_id|>assistant<|end_heade
|
|
37 |
def load_model():
|
38 |
ckpt_path = hf_hub_download(
|
39 |
repo_id="ruurd/tini_model",
|
40 |
-
filename="diffusion-model-8B.
|
41 |
token=os.getenv("HF_TOKEN"),
|
42 |
# revision="1ffb916dd34f442f87cf06dda74b96f86eaf1d15",
|
43 |
)
|
|
|
37 |
def load_model():
|
38 |
ckpt_path = hf_hub_download(
|
39 |
repo_id="ruurd/tini_model",
|
40 |
+
filename="diffusion-model-8B.pt",
|
41 |
token=os.getenv("HF_TOKEN"),
|
42 |
# revision="1ffb916dd34f442f87cf06dda74b96f86eaf1d15",
|
43 |
)
|