mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-10 06:14:58 +00:00
⚡ support force thinking
This commit is contained in:
parent
6f3a39be08
commit
4385e85096
3 changed files with 7 additions and 5 deletions
|
@ -122,4 +122,5 @@ class ArgumentParser:
|
|||
self.cfg.server_ip = args.host
|
||||
self.cfg.server_port = args.port
|
||||
self.cfg.backend_type = args.type
|
||||
self.cfg.user_force_think = args.force_think
|
||||
return args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue