Constant folding doesn't work for ThunderFX and NeMo #1478
Labels
mixology
Issues that the mixology team has surfaced
nemo
Issues needed to support NVIDIA NeMo models.
thunderfx
for things that could be applicable to the dynamo+thunder frontend
transforms
🐛 Bug
When running Phi-3.5-mini-instruct,Mistral-Nemo-Base-2407 and Qwen2.5-7B-Instruct with NeMo + ThunderFX and constant folding enabled we get error:
To Reproduce
The error is present on 1xH100.
Dockerfile used (I build it yesterday and I'm not sure yet how nemo:dev images are versioned, so I can't provide its detailed version):
Inside docker container please run:
Script
bench_targets/llm_peft/_nemo.py
can be obtained from internal Gitlab fromakoumparouli/nemo_bench
. You can contact me or @tfogal if you have any questions. In order to use constant folding it's code around line 90 must be modified:Expected behavior
No error.
Environment
cc @tfogal
The text was updated successfully, but these errors were encountered: