model-conversion : add extra debugging support for model conversion (#15877)

* feat: Extra debugging support for model conversion - added BF16 support for llama-callback-eval and support for dumping intermediate steps in run-org-model.py
This commit is contained in:
Piotr Wilkin (ilintar) 2025-09-09 06:05:55 +02:00 committed by GitHub
parent 7057faf64b
commit acc1b008cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 156 additions and 13 deletions

View file

@ -1,5 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch~=2.6.0
torchvision~=0.21.0
transformers~=4.55.0
huggingface-hub~=0.34.0
torch
torchvision
transformers
huggingface-hub
accelerate