mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-07-31 04:10:16 +00:00
fix: edit source to build
This commit is contained in:
parent
b7161c8308
commit
4692347140
@ -84,6 +84,9 @@ struct Args {
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), RouterError> {
|
||||
// TODO: remove (just used to force source rebuild)
|
||||
println!("Starting text-generation-inference router");
|
||||
|
||||
// Get args
|
||||
let args = Args::parse();
|
||||
// Pattern match configuration
|
||||
|
Loading…
Reference in New Issue
Block a user