Skip to content

Commit

Permalink
feat: update to latest model
Browse files Browse the repository at this point in the history
  • Loading branch information
gewlar committed Oct 24, 2023
1 parent b2b5c07 commit 1249158
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ RUN pip install --no-cache-dir -r /requirements.txt

ENV MODEL=large-v2
ENV QUANTIZATION=int8
ENV LARGE_INT8=https://www.dropbox.com/scl/fi/4zpcstlzh6h9n0gdzed5x/large-v2_231020_int8.tar?rlkey=uhbq716l8n4da95xo32o1gf12&dl=1
ENV LARGE_FLOAT16=https://www.dropbox.com/scl/fi/qhejs90rkj8061siq71id/large-v2_231020_float16.tar?rlkey=wkme9djr6bnndsukhdwwfjqm9&dl=1


# Copy the current directory contents into the container at /app
COPY main.py /app/main.py
Expand Down

0 comments on commit 1249158

Please sign in to comment.