Skip to content

Commit

Permalink
Merge pull request #58 from EricLBuehler/develop
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
guoqingbao authored Jul 15, 2024
2 parents 0be4121 + cb3e7bb commit a5225ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openai/pipelines/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub struct DefaultPipeline {
dtype: DType,
device: Device,
cur_idx: usize,
_config: Config,
config: Config,
stop_token_ids: Vec<u32>,
}

Expand Down

0 comments on commit a5225ce

Please sign in to comment.