Spaces:
Sleeping
Sleeping
Commit
·
c3769b0
1
Parent(s):
2cbee4c
another try at finetune use
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ def _resolve_checkpoint_dir() -> str | None:
|
|
| 94 |
revision=os.getenv("MRT_CKPT_REV", "main"),
|
| 95 |
local_dir="/home/appuser/.cache/mrt_ckpt/repo",
|
| 96 |
local_dir_use_symlinks=False,
|
| 97 |
-
|
| 98 |
)
|
| 99 |
root = Path(local)
|
| 100 |
|
|
|
|
| 94 |
revision=os.getenv("MRT_CKPT_REV", "main"),
|
| 95 |
local_dir="/home/appuser/.cache/mrt_ckpt/repo",
|
| 96 |
local_dir_use_symlinks=False,
|
| 97 |
+
# <- no allow_patterns, we grab everything to avoid dotfile issues
|
| 98 |
)
|
| 99 |
root = Path(local)
|
| 100 |
|