train-0.8B.log 979 B

1234567891011121314151617181920
  1. ============================================================
  2. QMD Query Expansion — Unsloth SFT
  3. Base model: unsloth/Qwen3.5-0.8B
  4. Output: outputs/qwen3.5-0.8B
  5. Data: data/train/train.jsonl
  6. Epochs: 5
  7. Batch: 4 x 4 accum
  8. LR: 0.0002
  9. LoRA rank: 16
  10. Max seq len: 512
  11. ============================================================
  12. Traceback (most recent call last):
  13. File "/home/tobi/src/github.com/tobi/qmd/finetune/train_unsloth.py", line 198, in <module>
  14. main()
  15. ~~~~^^
  16. File "/home/tobi/src/github.com/tobi/qmd/finetune/train_unsloth.py", line 68, in main
  17. from unsloth import FastLanguageModel
  18. File "/home/tobi/src/github.com/tobi/qmd/finetune/.venv-unsloth/lib/python3.14/site-packages/unsloth/__init__.py", line 93, in <module>
  19. raise NotImplementedError("Unsloth: No NVIDIA GPU found? Unsloth currently only supports GPUs!")
  20. NotImplementedError: Unsloth: No NVIDIA GPU found? Unsloth currently only supports GPUs!