mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-12 16:18:22 +00:00
add tomli to training dependancy
This commit is contained in:
parent
22ce3fd033
commit
0f560437bc
|
@ -26,6 +26,7 @@ training = [
|
||||||
# https://github.com/TimDettmers/bitsandbytes/pull/525
|
# https://github.com/TimDettmers/bitsandbytes/pull/525
|
||||||
"scipy>=1.11.4",
|
"scipy>=1.11.4",
|
||||||
"datasets>=2.15.0",
|
"datasets>=2.15.0",
|
||||||
|
"tomli>=2.0.1",
|
||||||
]
|
]
|
||||||
test = [
|
test = [
|
||||||
"diffusers>=0.24.0",
|
"diffusers>=0.24.0",
|
||||||
|
|
Loading…
Reference in a new issue