liangel-02

Results 3 issues of liangel-02

**Summary** Previously, our safetensors implementation for tensor subclasses didn't consider the possibility of different tensor attributes for one instance of a tensor subclass (ie `qdata` or `scale` for `Float8Tensor`) being...

ready

adding varlen attention ops to ac save list

CLA Signed

**Summary** as title **Tests** ``` python quantize_and_upload.py --model_id=Qwen/Qwen3-8B --quant=FP8 --push_to_hub --push_to_user_id=liangel ./eval.sh --eval_type all --model_ids liangel/Qwen3-8B-FP8 ``` https://huggingface.co/liangel/Qwen3-8B-FP8 ``` python quantize_and_upload.py --model_id=Qwen/Qwen3-8B --quant=INT4 --push_to_hub --push_to_user_id=liangel ./eval.sh --eval_type all --model_ids liangel/Qwen3-8B-INT4...

CLA Signed
topic: not user facing