Skip to content

Commit

Permalink
FMI Image 67 release to fix finetuning components (#3889)
Browse files Browse the repository at this point in the history
* 3779818  disable mapp in dev

* 3919044
  • Loading branch information
utkshukla authored Mar 1, 2025
1 parent 171c25c commit a1218e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN pip install git+https://github.com/stanford-futuredata/megablocks.git@5897cd
# RUN pip install -e ./ --no-cache-dir

# When copied to assets repo, change to install from public pypi
RUN pip install llm-optimized-inference==0.2.19 --no-cache-dir
RUN pip install llm-optimized-inference==0.2.20 --no-cache-dir

RUN pip uninstall -y vllm
RUN pip install https://automlsamplenotebookdata.blob.core.windows.net/vllm/vllm-0.6.3.post1+cu122-cp310-cp310-linux_x86_64.whl
Expand Down

0 comments on commit a1218e2

Please sign in to comment.