mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 20:19:51 +01:00
* del _datasets_server import in hf_dataset_util * fix streaming for youku-mplug and adopt latest datasets * fix download config copy * update ut * add youku in test_general_datasets * update UT for general dataset * adapt to datasets version: 2.19.0 or later * add assert for youku data UT * fix disable_tqdm in some functions for 2.19.0 or later * update get_module_with_script * set trust_remote_code is True in load_dataset_with_ctx * update print info * update requirements for datasets version restriction * fix _dataset_info * add pillow * update comments * update comment * reuse _download function in DataDownloadManager * remove unused code * update test_run_modelhub in Human3DAnimationTest * set datasets>=2.18.0
14 lines
195 B
Plaintext
14 lines
195 B
Plaintext
addict
|
|
attrs
|
|
datasets>=2.18.0
|
|
einops
|
|
oss2
|
|
Pillow
|
|
python-dateutil>=2.1
|
|
scipy
|
|
# latest version has some compatible issue.
|
|
setuptools==69.5.1
|
|
simplejson>=3.3.0
|
|
sortedcontainers>=1.5.9
|
|
urllib3>=1.26
|