deps(conda): use transformers environment with autogptq (#1555)

This commit is contained in:
Ettore Di Giacinto 2024-01-06 15:30:53 +01:00 committed by GitHub
parent 949da7792d
commit 62a02cd1fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View file

@ -93,6 +93,7 @@ dependencies:
- tzdata==2023.3
- urllib3==1.26.17
- xxhash==3.4.1
- auto-gptq==0.6.0
- yarl==1.9.2
- soundfile
- langid

View file

@ -80,6 +80,7 @@ dependencies:
- triton==2.1.0
- typing-extensions==4.8.0
- tzdata==2023.3
- auto-gptq==0.6.0
- urllib3==1.26.17
- xxhash==3.4.1
- yarl==1.9.2