Skip to content

Commit

Permalink
update vllm
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Apr 12, 2024
1 parent c299820 commit df5a541
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .devcontainer/vllm/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"extensions": [
"ms-python.python",
"ms-python.black-formatter",
"eeyore.yapf",
"1YiB.rust-bundle",
"dtsvet.vscode-wasm",
"ms-vscode.cpptools",
Expand Down
4 changes: 4 additions & 0 deletions controllers/aici_abi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ impl MidProcessResult {
}],
}
}

pub fn noop() -> Self {
Self::splice(0, vec![])
}
}

#[derive(Serialize, Deserialize)]
Expand Down

0 comments on commit df5a541

Please sign in to comment.