Skip to content

Commit

Permalink
Add comment for foak kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
achew010 committed Jul 15, 2024
1 parent bfd1ea1 commit 04b7817
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def dequant_kernel_248(

# Dequantize
# None if using local gptqpackage, official autogptq should have an offset value
# Triton compiler throws an NameError for function `hasattr`
if getattr(qzeros_ptr, "offset", None) is not None:
zeros = zeros + qzeros_ptr.offset

Expand Down

0 comments on commit 04b7817

Please sign in to comment.