mirror of
https://github.com/deepseek-ai/DeepSeek-V3.git
synced 2025-05-03 13:46:29 +02:00
Compare commits
2 Commits
b612a1cc10
...
05be48bd93
Author | SHA1 | Date | |
---|---|---|---|
|
05be48bd93 | ||
|
4a65fd9221 |
@ -87,7 +87,7 @@ def weight_dequant(x: torch.Tensor, s: torch.Tensor, block_size: int = 128) -> t
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
x (torch.Tensor): The quantized weight tensor of shape (M, N).
|
x (torch.Tensor): The quantized weight tensor of shape (M, N).
|
||||||
s (torch.Tensor): The scale tensor of shape (M, N).
|
s (torch.Tensor): The scale tensor of shape (M//block_size, N//block_size).
|
||||||
block_size (int, optional): The block size to use for dequantization. Defaults to 128.
|
block_size (int, optional): The block size to use for dequantization. Defaults to 128.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user