mZhenz

Results 2 issues of mZhenz

I use the followed command to run zero-shot evaluation: `python -m prototype.solver.clip_solver --config ./experiments/declip_experiments/declip88m/declip88m_r50_declip/config.yaml --evaluate ` And then it report this error: `import FusedFP16SGD failed, FusedFP16AdamW replace slurm Traceback (most...

**Describe the bug** Following https://github.com/NVIDIA/NeMo/tree/main/tutorials/llm/llama/pruning-distillation pruning and distill llama3.1 8b. When [runing 04_distillation](https://github.com/NVIDIA/NeMo/blob/main/tutorials/llm/llama/pruning-distillation/04_distillation.ipynb), face following error. ``` -distilled/0 [default4]:-distilled/0 [default2]:[rank2]: Traceback (most recent call last): -distilled/0 [default4]:-distilled/0 [default2]:[rank2]: File "/usr/lib/python3.10/runpy.py",...

bug