This commit is contained in:
Jintao Huang
2025-08-15 11:46:59 +08:00
parent cba18482d5
commit 853c64f95a

View File

@@ -360,7 +360,7 @@ class SwiftImageBuilder(LLMImageBuilder):
extra_content = extra_content.replace('{python_version}',
self.args.python_version)
extra_content += """
RUN pip install --no-cache-dir -U "deepspeed==0.16.*" --no-deps && \
RUN pip install --no-cache-dir -U deepspeed --no-deps && \
pip install --no-cache-dir -U icecream soundfile pybind11 py-spy
"""
version_args = (