Skip to content

Commit 5daec1b

Browse files
Small updates to .meta/mast/README.md (#585)
1 parent 6e77f0b commit 5daec1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.meta/mast/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ First, download the model weights directly to the OilFS path. This should be don
9797
export HF_HOME=/mnt/wsfuse/teamforge/hf
9898

9999
# Download the model (replace with your desired model)
100-
huggingface-cli download Qwen/Qwen3-8B --local-dir /mnt/wsfuse/teamforge/hf_artifacts/qwen3_8b
100+
hf download Qwen/Qwen3-8B --local-dir /mnt/wsfuse/teamforge/hf/qwen3_8b
101101
```
102102

103103
#### 2. Hydrate the HuggingFace Cache
@@ -119,5 +119,3 @@ This ensures that when MAST runs with `HF_HUB_OFFLINE=1`, the transformers libra
119119
Both cache and model files are stored under:
120120
- **Cache**: `/mnt/wsfuse/teamforge/hf` (set via `HF_HOME`)
121121
- **Model weights**: `/mnt/wsfuse/teamforge/hf/<model_name>`
122-
123-
Make sure your MAST config files point to the correct paths in `hf_artifacts`.

0 commit comments

Comments
 (0)