File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ RUN apt-get update && \
11
11
12
12
WORKDIR /workspace
13
13
14
- RUN pip3 install --force-reinstall "peft @ git+https://github.com/huggingface/peft.git@main" \
15
- "accelerate @ git+https://github.com/huggingface/accelerate.git@main" \
16
- "transformers @ git+https://github.com/huggingface/transformers.git@main"
17
-
18
14
RUN git clone --depth=1 https://github.com/OpenAccess-AI-Collective/axolotl.git
19
15
# If AXOLOTL_EXTRAS is set, append it in brackets
20
16
RUN cd axolotl && \
Original file line number Diff line number Diff line change 1
1
peft @ git+https://github.com/huggingface/peft.git
2
2
transformers @ git+https://github.com/huggingface/transformers.git
3
3
bitsandbytes >= 0.39.0
4
- accelerate == 0.21.0
4
+ accelerate @ git+https://github.com/huggingface/accelerate@2a289f6108e77a77a4efffb3f6316bc98538413b
5
5
addict
6
6
fire
7
7
PyYAML == 6.0
You can’t perform that action at this time.
0 commit comments