kengzwl commited on
Commit
2c75b33
·
verified ·
1 Parent(s): a5fdb2a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -8,7 +8,7 @@
8
  <a href="https://slm-lab.gitbook.io/slm-lab/">Documentation</a> · <a href="https://github.com/kengz/SLM-Lab/blob/master/docs/BENCHMARKS.md">Benchmark Results</a>
9
  </p>
10
 
11
- >**NOTE:** v5.0 updates to Gymnasium, `uv` tooling, and modern dependencies with ARM support - see [CHANGELOG.md](CHANGELOG.md).
12
  >
13
  >Book readers: `git checkout v4.1.1` for *Foundations of Deep Reinforcement Learning* code.
14
 
@@ -111,7 +111,8 @@ Config options in `.dstack/`: `run-gpu-train.yml`, `run-gpu-search.yml`, `run-cp
111
  For a lightweight box that only dispatches dstack runs, syncs results, and generates plots (no local ML training):
112
 
113
  ```bash
114
- uv sync --no-default-groups
 
115
  uv run --no-default-groups slm-lab run-remote spec.json spec_name train
116
  uv run --no-default-groups slm-lab pull spec_name
117
  uv run --no-default-groups slm-lab plot -f folder1,folder2
 
8
  <a href="https://slm-lab.gitbook.io/slm-lab/">Documentation</a> · <a href="https://github.com/kengz/SLM-Lab/blob/master/docs/BENCHMARKS.md">Benchmark Results</a>
9
  </p>
10
 
11
+ >**NOTE:** v5.0 updates to Gymnasium, `uv` tooling, and modern dependencies with ARM support - see [CHANGELOG.md](docs/CHANGELOG.md).
12
  >
13
  >Book readers: `git checkout v4.1.1` for *Foundations of Deep Reinforcement Learning* code.
14
 
 
111
  For a lightweight box that only dispatches dstack runs, syncs results, and generates plots (no local ML training):
112
 
113
  ```bash
114
+ uv sync --no-default-groups # skip ML deps (torch, gymnasium, etc.)
115
+ uv tool install dstack
116
  uv run --no-default-groups slm-lab run-remote spec.json spec_name train
117
  uv run --no-default-groups slm-lab pull spec_name
118
  uv run --no-default-groups slm-lab plot -f folder1,folder2