We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8451401 commit 7bcb527Copy full SHA for 7bcb527
1 file changed
assets/training/model_management/environments/foundation-model-inference/context/Dockerfile
@@ -48,7 +48,7 @@ RUN pip install git+https://github.com/stanford-futuredata/megablocks.git@5897cd
48
# RUN pip install -e ./ --no-cache-dir
49
50
# When copied to assets repo, change to install from public pypi
51
-RUN pip install llm-optimized-inference==0.2.27 --no-cache-dir
+RUN pip install llm-optimized-inference==0.2.28 --no-cache-dir
52
53
54
# clean conda and pip caches
0 commit comments