Skip to content

Commit

Permalink
Fixed adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair committed Jun 1, 2024
1 parent d3a84e9 commit ccc6c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions router/src/infer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@ impl Infer {

let adapter = Adapter::new(
AdapterParameters {
adapter_ids: vec!["".to_string()],
adapter_ids: vec![BASE_MODEL_ADAPTER_ID.to_string()],
..Default::default()
},
"hf".to_string(),
"hub".to_string(),
0,
None,
);
Expand Down

0 comments on commit ccc6c06

Please sign in to comment.