[model] add qwen2vl 32b & upgrade peft (#7469)
* add qwen2vl 32b * fix ci * upgrade peft to 0.15 * fix ci * fix ci
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
transformers>=4.41.2,<=4.50.0,!=4.46.*,!=4.47.*,!=4.48.*;python_version<'3.10' and sys_platform != 'darwin'
|
||||
transformers>=4.41.2,<=4.50.0,!=4.46.*,!=4.47.*,!=4.48.0;python_version>='3.10' and sys_platform != 'darwin'
|
||||
transformers>=4.41.2,<=4.49.0,!=4.46.*,!=4.47.*,!=4.48.*;sys_platform == 'darwin'
|
||||
datasets>=2.16.0,<=3.3.2
|
||||
accelerate>=0.34.0,<=1.4.0
|
||||
peft>=0.11.1,<=0.15.0
|
||||
datasets>=2.16.0,<=3.4.1
|
||||
accelerate>=0.34.0,<=1.5.2
|
||||
peft>=0.14.0,<=0.15.0
|
||||
trl>=0.8.6,<=0.9.6
|
||||
tokenizers>=0.19.0,<=0.21.0
|
||||
gradio>=4.38.0,<=5.21.0
|
||||
|
||||
Reference in New Issue
Block a user