Skip to content

Commit

Permalink
Update installation
Browse files Browse the repository at this point in the history
Signed-off-by: Cheng-Ping Hsieh <[email protected]>
  • Loading branch information
hsiehjackson committed Oct 10, 2024
1 parent 0193bdd commit e40fae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ WORKDIR /workspace/
COPY ./requirements.txt .
RUN pip install --upgrade pip \
&& pip install -r requirements.txt \
&& pip install flash-attn==2.6.0.post1 --no-build-isolation \
&& pip install git+https://github.com/HazyResearch/flash-attention.git#subdirectory=csrc/rotary \
&& pip install causal-conv1d==1.4.0 \
&& pip install mamba-ssm==2.2.2
&& pip install mamba-ssm==2.2.2

RUN [ "python3", "-c", "import nltk; nltk.download('punkt')"]

Expand Down
3 changes: 1 addition & 2 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ tiktoken
tenacity
accelerate
huggingface_hub==0.23.4
transformers==4.44.1
flash-attn==2.6.0.post1
transformers==4.44.2
vllm==0.5.4

0 comments on commit e40fae1

Please sign in to comment.