LLM: update setup.py to add a missing data(#8240)

This commit is contained in:
Ruonan Wang 2023-06-01 10:25:43 +08:00 committed by GitHub
parent 8421af51ae
commit 3fd716d422

View file

@ -70,6 +70,7 @@ def setup_package():
"libs/llama.dll",
"libs/quantize-llama.exe",
"libs/gptneox.dll",
"libs/quantize-gptneox.exe",
]
for url in lib_urls: