File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,10 @@ accelerate launch scripts/finetune.py examples/openllama-3b/lora.yml \
51
51
52
52
- Docker
53
53
``` bash
54
- docker run --gpus ' "all"' --rm -it winglian/axolotl:main-py3.9 -cu118-2.0.0
54
+ docker run --gpus ' "all"' --rm -it winglian/axolotl:main-py3.10 -cu118-2.0.1
55
55
```
56
- - ` winglian/axolotl-runpod:main-py3.9-cu118-2.0.0 ` : for runpod
57
- - ` winglian/axolotl-runpod:main-py3.9-cu118-2.0.0-gptq ` : for gptq
58
- - ` winglian/axolotl:dev ` : dev branch (not usually up to date)
56
+ - ` winglian/axolotl-runpod:main-py3.10-cu118-2.0.1 ` : for runpod
57
+ - ` winglian/axolotl-runpod:main-py3.9-cu118-2.0.1-gptq ` : for gptq
59
58
60
59
Or run on the current files for development:
61
60
@@ -107,7 +106,7 @@ accelerate launch scripts/finetune.py examples/openllama-3b/lora.yml \
107
106
108
107
3. Install torch
109
108
` ` ` bash
110
- pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
109
+ pip3 install -U torch --index-url https://download.pytorch.org/whl/cu118
111
110
` ` `
112
111
113
112
4. Axolotl
You can’t perform that action at this time.
0 commit comments