Pacific-i64 commited on
Commit
4ecfbdd
·
verified ·
1 Parent(s): 87186a9

Isolate chat prefix cache by conversation

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. __pycache__/app.cpython-313.pyc +0 -0
Dockerfile CHANGED
@@ -24,7 +24,7 @@ WORKDIR /home/user/app
24
 
25
  RUN pip install --upgrade pip setuptools wheel \
26
  && pip install torch==2.7.1 --index-url https://download.pytorch.org/whl/cpu \
27
- && pip install git+https://github.com/Complexity-ML/vllm-i64.git@1a56738
28
 
29
  COPY --chown=user:user app.py /home/user/app/app.py
30
 
 
24
 
25
  RUN pip install --upgrade pip setuptools wheel \
26
  && pip install torch==2.7.1 --index-url https://download.pytorch.org/whl/cpu \
27
+ && pip install git+https://github.com/Complexity-ML/vllm-i64.git@10263d8
28
 
29
  COPY --chown=user:user app.py /home/user/app/app.py
30
 
__pycache__/app.cpython-313.pyc CHANGED
Binary files a/__pycache__/app.cpython-313.pyc and b/__pycache__/app.cpython-313.pyc differ