Skip to content

Commit

Permalink
add dummy backend
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierDehaene committed Jun 26, 2024
1 parent 230f2a4 commit 2bcc87b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
members = [
# "benchmark",
"backends/v3",
"backends/dummy",
# "backends/client",
"backends/grpc-metadata",
"launcher"
]
, "backends/dummy"]
resolver = "2"

[workspace.package]
Expand Down
2 changes: 1 addition & 1 deletion router/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ impl From<CompatGenerateRequest> for GenerateRequest {
}
}

#[derive(Debug, Serialize, ToSchema)]
#[derive(Debug, Serialize, ToSchema, Clone)]
pub struct PrefillToken {
#[schema(example = 0)]
pub id: u32,
Expand Down

0 comments on commit 2bcc87b

Please sign in to comment.