Skip to content

Commit

Permalink
0.39.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matatonic committed Oct 13, 2024
1 parent 6ff7127 commit 6e7327d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ RUN --mount=type=cache,target=/root/.cache/pip pip install --no-deps -e .

WORKDIR /app

COPY *.py .
COPY *.py model_conf_tests.json README.md LICENSE /app/
COPY backend /app/backend
COPY model_conf_tests.json .

ARG USER_ID=1000
ENV USER_ID=${USER_ID}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ Version 0.39.2

- performance: use float16 with Qwen2 AWQ, small performance improvement
- fix: handle Ubuntu 24 / Python 3.12 a little better, thanks [@Lissanro](https://github.com/Lissanro)
- old code in the last docker, github worker problems again?

Version 0.39.1

Expand Down

0 comments on commit 6e7327d

Please sign in to comment.