You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run into issues when running the following CLI, and I find that if I use omniconfig==0.1.5, this problem is solved.
I guess, there are some problems within omniconfig==0.1.7?
What I observed is that "parser.parse_known_args(args)" returned four items within omniconfig==0.1.7, but we are only expecting three items.
I have run into issues when running the following CLI, and I find that if I use omniconfig==0.1.5, this problem is solved.
I guess, there are some problems within omniconfig==0.1.7?
What I observed is that "parser.parse_known_args(args)" returned four items within omniconfig==0.1.7, but we are only expecting three items.
python -m lmquant.llm.run
configs/llm.yaml configs/qoq/gchn.yaml
--model-name llama2-7b --model-path /PATH/TO/LLAMA2-7B
--smooth-xw-alpha 0 --smooth-xw-beta 1
--smooth-yx-alpha 0.5 --smooth-yx-beta 0
The text was updated successfully, but these errors were encountered: