mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
fix: adjust typo
This commit is contained in:
parent
36bd48c293
commit
f5f5c2363b
@ -269,7 +269,7 @@ if __name__ == "__main__":
|
|||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
if args.command == "openapi":
|
if args.command == "openapi":
|
||||||
openapi(args)
|
openapi(args.check)
|
||||||
elif args.command == "md":
|
elif args.command == "md":
|
||||||
check_cli(args.check)
|
check_cli(args.check)
|
||||||
check_supported_models(args.check)
|
check_supported_models(args.check)
|
||||||
|
Loading…
Reference in New Issue
Block a user