Last week, I successfully finetuned and saved my model without any issues. However, after updating my libraries today, I am encountering the following error when trying to save the model:
FileNotFoundError: File not found: finetuned_models/deekseek_distill_qwen/tokenizer.model
Used python 3.11.11
| Package |
Version |
| unsloth |
2025.3.4 |
| unsloth_zoo |
2025.3.2 |
| torch |
2.6.0 |
| torchvision |
0.21.0 |
| transformers |
4.49.0 |
| triton |
3.2.0 |
| trl |
0.15.2 |
Last week, I successfully finetuned and saved my model without any issues. However, after updating my libraries today, I am encountering the following error when trying to save the model:
Used python 3.11.11