Skip to content

Commit

Permalink
fix: corrects missed amd hijack passthrough to func
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Oct 20, 2024
1 parent 4a9a0af commit 85f50c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions horde_worker_regen/amd_go_fast/amd_go_fast.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def sdpa_hijack(
dropout_p=dropout_p,
is_causal=is_causal,
scale=scale,
enable_gqa=enable_gqa,
)
return hidden_states

Expand Down

0 comments on commit 85f50c0

Please sign in to comment.