hamel commited on
Commit
b502392
1 Parent(s): 44ba616

Update README.md (#1103)

Browse files

* Update README.md

* Update README.md

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -139,7 +139,7 @@ accelerate launch -m axolotl.cli.inference examples/openllama-3b/lora.yml \
139
  A more powerful Docker command to run would be this:
140
 
141
  ```bash
142
- docker run --privileged --gpus '"all"' --shm-size 10g --rm -it --name axolotl --ipc=host --ulimit memlock=-1 --ulimit stack=67108864 --mount type=volume,src=axolotl,target=/workspace/axolotl -v ${HOME}/.cache/huggingface:/root/.cache/huggingface winglian/axolotl:main-py3.10-cu118-2.0.1
143
  ```
144
 
145
  It additionally:
 
139
  A more powerful Docker command to run would be this:
140
 
141
  ```bash
142
+ docker run --privileged --gpus '"all"' --shm-size 10g --rm -it --name axolotl --ipc=host --ulimit memlock=-1 --ulimit stack=67108864 --mount type=bind,src="${PWD}",target=/workspace/axolotl -v ${HOME}/.cache/huggingface:/root/.cache/huggingface winglian/axolotl:main-py3.10-cu118-2.0.1
143
  ```
144
 
145
  It additionally: