Fix Llama2 on CPU (#2133)

This commit is contained in:
gpetters-amd
2024-04-29 13:18:16 -04:00
committed by GitHub
parent e003d0abe8
commit 81d6e059ac
3 changed files with 17 additions and 6 deletions

View File

@@ -35,6 +35,7 @@ safetensors==0.3.1
py-cpuinfo
pydantic==2.4.1 # pin until pyinstaller-hooks-contrib works with beta versions
mpmath==1.3.0
optimum
# Keep PyInstaller at the end. Sometimes Windows Defender flags it but most folks can continue even if it errors
pefile