mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 15:02:01 +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
|
||||
"scipy>=1.11.4",
|
||||
"datasets>=2.15.0",
|
||||
"tomli>=2.0.1",
|
||||
]
|
||||
test = [
|
||||
"diffusers>=0.24.0",
|
||||
|
|
Loading…
Reference in a new issue