KrisYoung commited on
Commit
e20297a
·
verified ·
1 Parent(s): 419619d

Document public model access

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -30,14 +30,13 @@ SHA256 和闭环结果以代码仓库的 `configs/artifacts.json` 为准。
30
  git clone [email protected]:SCUT-Turing/SmolVLA_Dexhand_tactile.git
31
  cd SmolVLA_Dexhand_tactile
32
  uv sync --locked --python 3.10
33
- ./.venv/bin/hf auth login
34
  ./.venv/bin/python scripts/download_hf_artifacts.py \
35
  --model-id apple_S2_tactile_regularized_residual_full_vision_300_best_step3000
36
  HF_HUB_OFFLINE=1 TRANSFORMERS_OFFLINE=1 ./run infer S2V --scene-index 9 --viewer
37
  ```
38
 
39
- 仓库目前为私有;团队成员先获得访问权限。下载脚本使用 manifest 固定的 Hugging Face commit,
40
- 避免 `main` 后续变化破坏复现。
41
 
42
  ## 评测边界
43
 
 
30
  git clone [email protected]:SCUT-Turing/SmolVLA_Dexhand_tactile.git
31
  cd SmolVLA_Dexhand_tactile
32
  uv sync --locked --python 3.10
 
33
  ./.venv/bin/python scripts/download_hf_artifacts.py \
34
  --model-id apple_S2_tactile_regularized_residual_full_vision_300_best_step3000
35
  HF_HUB_OFFLINE=1 TRANSFORMERS_OFFLINE=1 ./run infer S2V --scene-index 9 --viewer
36
  ```
37
 
38
+ 仓库已公开,无 Hugging Face 登录。下载脚本使用 manifest 固定的 Hugging Face commit,避免
39
+ `main` 后续变化破坏复现。
40
 
41
  ## 评测边界
42