Skip to content

Commit

Permalink
Fix CI problems
Browse files Browse the repository at this point in the history
  • Loading branch information
cupertank committed Oct 16, 2023
1 parent 364b9df commit 6e131a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion csrc/transformer/inference/includes/inference_cuda_layers.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ void launch_bias_add_transform_0213(T* outputs,
bool rotate_every_two,
cudaStream_t stream,
int trans_count,
int max_out_tokens);
int max_out_tokens,
float rope_theta);
template <typename T>
void pad_data(T* padded_output,
T* output,
Expand Down

0 comments on commit 6e131a6

Please sign in to comment.