Describe the bug
ModuleNotFoundError: No module named 'transformers.deepspeed'.
To Reproduce
Steps to reproduce the behavior:
- Follow the setup guide
- download a database imdb
- run the code
bash ./scripts/run_finetune_with_lisa.sh \
--model_name_or_path /etc/dtol/mds/CausalLM-7B \
--dataset_path data/imdb/train \
--output_model_path output_models/finetuned_imdb_CausalLM-7B \
--lisa_activated_layers 1 \
--lisa_interval_steps 20
- See error
Expected behavior
idk
Additional context
Works fine with transformers v4.45.2.
Describe the bug
ModuleNotFoundError: No module named 'transformers.deepspeed'.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
idk
Additional context
Works fine with transformers v4.45.2.