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