We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On any command using litgpt For example:
litgpt
litgpt -h
Or
litgpt download list
I am getting error:
usage: litgpt [-h] [--config CONFIG] [--print_config[=flags]] {download,chat,finetune,finetune_lora,finetune_full,finetune_adapter,finetune_adapter_v2,pretrain,generate,generate_full,generate_adapter,generate_adapter_v2,generate_sequentially,generate_tp,convert_to_litgpt,convert_from_litgpt,convert_pretrained_checkpoint,merge_lora,evaluate,serve} ... error: ArgumentParser._parse_known_args() missing 1 required positional argument: 'intermixed'
macOS
Version: 0.5.5
The text was updated successfully, but these errors were encountered:
I had a similar issue when using the lightning==2.5.0.post0 library and I've fixed it by installing a different jsonargparse version. Try to use
lightning==2.5.0.post0
jsonargparse
jsonargparse[signatures]>=4.35.0
Sorry, something went wrong.
No branches or pull requests
Bug description
On any command using
litgpt
For example:
Or
I am getting error:
usage: litgpt [-h] [--config CONFIG] [--print_config[=flags]] {download,chat,finetune,finetune_lora,finetune_full,finetune_adapter,finetune_adapter_v2,pretrain,generate,generate_full,generate_adapter,generate_adapter_v2,generate_sequentially,generate_tp,convert_to_litgpt,convert_from_litgpt,convert_pretrained_checkpoint,merge_lora,evaluate,serve} ... error: ArgumentParser._parse_known_args() missing 1 required positional argument: 'intermixed'
What operating system are you using?
macOS
LitGPT Version
The text was updated successfully, but these errors were encountered: