Don't install cpufeature on non-x86_64 machines (#478)

Necessary since cpufeature crashes when installing on ARM.
pull/479/head v2.1.0
Alexander Borzunov 9 months ago committed by GitHub
parent 6967904590
commit 18e93afc73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ install_requires =
tensor_parallel==1.0.23
humanfriendly
async-timeout>=4.0.2
cpufeature>=0.2.0
cpufeature>=0.2.0; platform_machine == "x86_64"
packaging>=20.9
sentencepiece>=0.1.99
peft>=0.5.0

Loading…
Cancel
Save