Skip to content

Commit

Permalink
3779818
Browse files Browse the repository at this point in the history
  • Loading branch information
utkshukla committed Feb 6, 2025
1 parent 474ddec commit f6a3274
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ RUN pip install git+https://github.com/stanford-futuredata/megablocks.git@5897cd
# When copied to assets repo, change to install from public pypi
RUN pip install llm-optimized-inference==0.2.17 --no-cache-dir

RUN pip uninstall -y vllm
RUN pip install https://automlsamplenotebookdata.blob.core.windows.net/vllm/vllm-0.1.dev3855+ga5cd445.cu122-cp310-cp310-linux_x86_64.whl

# clean conda and pip caches
RUN rm -rf ~/.cache/pip
Expand Down

0 comments on commit f6a3274

Please sign in to comment.