We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b35c73 commit 4312222Copy full SHA for 4312222
1 file changed
build/Dockerfile
@@ -86,9 +86,12 @@ RUN python -m pip install packaging && \
86
python -m pip install --upgrade pip && \
87
python -m pip install torch && \
88
python -m pip install wheel
89
+
90
+# TODO Move to installing wheel once we have proper releases setup instead of cloning the repo
91
RUN git clone https://github.com/foundation-model-stack/fms-hf-tuning.git && \
92
cd fms-hf-tuning && \
93
python -m pip install -r requirements.txt && \
94
+ python -m pip install -r flashattn_requirements.txt && \
95
python -m pip install -U datasets && \
96
python -m pip install /tmp/fms-hf-tuning
97
0 commit comments