mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Fix cargo build --features google
This commit is contained in:
parent
7efcb5e0ed
commit
b49d88a970
@ -2029,7 +2029,8 @@ async fn start(
|
||||
|
||||
#[cfg(feature = "google")]
|
||||
{
|
||||
use crate::VertexInstance;
|
||||
use crate::vertex::__path_vertex_compatibility;
|
||||
use crate::vertex::{VertexInstance, VertexRequest, VertexResponse};
|
||||
|
||||
#[derive(OpenApi)]
|
||||
#[openapi(
|
||||
|
Loading…
Reference in New Issue
Block a user