Skip to content

Commit

Permalink
perf: use faster architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Dec 12, 2023
1 parent 6b750d7 commit c25c960
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 @@ -2,6 +2,9 @@ FROM ghcr.io/winstxnhdw/capgen:main

ENV SERVER_PORT 5000
ENV APP_PORT 7860

ENV OMP_NUM_THREADS 4
ENV CT2_USE_EXPERIMENTAL_PACKED_GEMM 1
ENV CT2_FORCE_CPU_ISA AVX512

EXPOSE $APP_PORT

0 comments on commit c25c960

Please sign in to comment.