xuanzhangyang

Results 6 issues of xuanzhangyang

ONNX export failure: ONNX export failed: Couldn't export Python operator MishCudaFunction

tools/dist_train.sh脚本中加上pdb: `python -m pdb -m torch.distributed.launch ...` 然后运行: `./tools/dist_train.sh ./projects/configs/bevformer/bevformer_base.py 1` 加断点并运行: ``` (Pdb) b ./tools/train.py:145 Breakpoint 1 at /home/xuan/code/pytorch/BEVFormer/tools/train.py:145 (Pdb) r ``` 无法停在断点处,而是直接就训练了,请问这个怎么单步调式?

Hi, If i have a real broken image, how to test on your model? That means I don’t have the mask as input.

### System Info ... ### Who can help? _No response_ ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks - [...

bug

### quantization: ``` import torch from transformers import AutoModelForCausalLM, AutoTokenizer from transformers import AwqConfig, AutoConfig from awq import AutoAWQForCausalLM # 使用中文版 model_id = './Llama-3.1-Nemotron-70B-Instruct-HF' # 或者,使用原版 # model_id = 'meta-llama/Llama-2-7b-chat-hf'...