Skip to content

Commit

Permalink
remove checkout specfic commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanniasingheTT committed Oct 28, 2024
1 parent 16320de commit 57a102c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ENV vllm_dir=${HOME_DIR}/vllm
ENV PYTHONPATH=${TT_METAL_HOME}:${vllm_dir}
ENV VLLM_TARGET_DEVICE="tt"
RUN git clone https://github.com/tenstorrent/vllm.git ${vllm_dir}\
&& cd ${vllm_dir} && git checkout ${VLLM_COMMIT_SHA} \
&& cd ${vllm_dir} && git checkout dev \
&& /bin/bash -c "source ${PYTHON_ENV_DIR}/bin/activate && pip install -e ."

# extra vllm dependencies
Expand Down

0 comments on commit 57a102c

Please sign in to comment.