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
According to
levanter/docs/Getting-Started-TPU-VM.md
Line 104 in 736d9ea
in .levanter.yaml, we can have keys tpu_name, tpu_type, and capacity_type, but you will encounter this error when running python launch.py:
.levanter.yaml
tpu_name
tpu_type
capacity_type
python launch.py
draccus.utils.DecodingError: The fields `tpu_name` are not valid for CliConfig
I believe this is due to the different arg names in
levanter/src/levanter/infra/cli_helpers.py
Line 20 in 736d9ea
Could you update the doc with the latest recommended starting .levanter.yaml?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to
levanter/docs/Getting-Started-TPU-VM.md
Line 104 in 736d9ea
in
.levanter.yaml
, we can have keystpu_name
,tpu_type
, andcapacity_type
, but you will encounter this error when runningpython launch.py
:I believe this is due to the different arg names in
levanter/src/levanter/infra/cli_helpers.py
Line 20 in 736d9ea
Could you update the doc with the latest recommended starting
.levanter.yaml
?The text was updated successfully, but these errors were encountered: