mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-15 21:01:19 +00:00
* ImportError: Trainer with PyTorch requires accelerate>=0.20.1 Fix Adding the evaluate and accelerate installs at the beginning of the cell to fix the issue * ImportError Fix: Trainer with PyTorch requires accelerate>=0.20.1 * Import Error Fix * Update installation.md * Update quicktour.md * rollback other lang changes * Update _config.py * updates for other languages * fixing error * Tutorial Update * Update tokenization_utils_base.py * Just use an optimizer string to pass the doctest? --------- Co-authored-by: Matt <rocketknight1@gmail.com> |
||
|---|---|---|
| .. | ||
| _config.py | ||
| _toctree.yml | ||
| accelerate.md | ||
| add_new_model.md | ||
| add_new_pipeline.md | ||
| autoclass_tutorial.md | ||
| big_models.md | ||
| community.md | ||
| converting_tensorflow_models.md | ||
| create_a_model.md | ||
| custom_models.md | ||
| debugging.md | ||
| index.md | ||
| installation.md | ||
| migration.md | ||
| model_sharing.md | ||
| multilingual.md | ||
| perf_hardware.md | ||
| perf_infer_cpu.md | ||
| perf_infer_gpu_many.md | ||
| perf_infer_gpu_one.md | ||
| perf_infer_special.md | ||
| perf_train_cpu.md | ||
| perf_train_cpu_many.md | ||
| perf_train_special.md | ||
| perf_train_tpu.md | ||
| pipeline_tutorial.md | ||
| pr_checks.md | ||
| preprocessing.md | ||
| quicktour.md | ||
| run_scripts.md | ||
| serialization.md | ||
| training.md | ||