Creating a dummy modification to chekc CI runs.

This commit is contained in:
Nicolas Patry 2025-01-17 18:19:03 +01:00
parent 2715792a2c
commit c567676cb6
No known key found for this signature in database
GPG Key ID: D2920555C90F704C

View File

@ -3,6 +3,7 @@ pub mod config;
pub mod infer; pub mod infer;
pub mod server; pub mod server;
pub mod validation; pub mod validation;
// Dummy change to trigger CI, TODO remove this.
#[cfg(feature = "kserve")] #[cfg(feature = "kserve")]
mod kserve; mod kserve;