Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ You can find multiple manifests samples in the `manifests` directories. If you w
$ cp hugging-face-accelerate/manifests/single_worker/manifest.1-wrkr-1-a100-80gb.yaml manifest.yaml

# also works with
# cp smoke-test/manifests/manifest.kuberay.sample.yaml manifest.yaml
# cp smoke-test/manifests/manifest.pytorch.sample.yaml manifest.yaml
# cp parallel-jobs-demo/manifests/manifest.yaml manifest.yaml
# cp smoke-test/manifests/manifest.kuberay.sample.yaml aichor_manifests/manifest.yaml
# cp smoke-test/manifests/manifest.pytorch.sample.yaml aichor_manifests/manifest.yaml
# cp parallel-jobs-demo/manifests/manifest.yaml aichor_manifests/manifest.yaml

$ git add aichor_manifests/manifest.yaml
$ git commit -m "aichor[manifest.yaml]: experiment" # commit has "aichor[<manifest-path>]: " to trigger experiment where `<manifest-path>` is the path of manifest relative to the `aichor_manifests/` directory

$ git add manifest.yaml
$ git commit -m "exp: eriment" # commit has to start by "exp: " to trigger experiment
$ git push
```

Expand Down
File renamed without changes.
Loading