There was an error while loading. Please reload this page.
git clone https://github.com/mindspore-lab/mindnlp/
cd mindnlp cd tests git clone https://gitee.com/mirrors/huggingface_transformer -b v4.57.1 git clone https://gitee.com/mirrors/diffusers -b v0.35.2 cd ..
pip install -r requirements/requirements.txt
transformers:
python tests/run_test.py -vs tests/huggingface_transformer/tests/models/bert/test_modeling_bert.py
python tests/run_test.py -vs tests/huggingface_transformer/tests/models/b*/test_modeling_*.py
diffusers(models + pipelines):
python tests/run_test.py -vs tests/diffusers/tests/test_activations.py
python tests/run_test.py -vs tests/huggingface_transformer/tests/models