I got a problem when i use vllm to run models on Gaudi2 docker images, need help #535
Unanswered
DylanLeeee
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ValueError: custom_op(...)(func): Parameter w1_scale has a default value; this is not supported. If you want to use default values then create a function with default values that calls the CustomOp Got func with signature (hidden_states: torch.Tensor, w1: torch.Tensor, w2: torch.Tensor, topk_weights: torch.Tensor, topk_ids: torch.Tensor, use_fp8_w8a8: bool, use_int8_w8a16: bool, w1_scale: Optional[torch.Tensor] = None, w2_scale: Optional[torch.Tensor] = None, a1_scale: Optional[torch.Tensor] = None, a2_scale: Optional[torch.Tensor] = None) -> None)
Beta Was this translation helpful? Give feedback.
All reactions