Update README.md (#1103)
Browse files* Update README.md
* Update README.md
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 |
-
|
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:
|