Setup Profile#
Viewing Settings#
You can use the Profile List CLI command to view your current profile, including bucket and pool defaults.
$ osmo profile list
user:
name: John Doe
email: jdoe@nvidia.com
notifications:
email: False
slack: True
bucket:
default: my-bucket
pool:
default: my-pool
accessible:
- my-pool
- team-pool
roles:
- osmo-user
- osmo-ml-team
Default Pool#
What is a Pool?
A Pool is a shared group of managed compute resources (machines) used to run workflows.
Key benefits:
👥 Team sharing - access-controlled resources shared across your organization
🎯 Hardware targeting - platforms let you specify GPU types and configurations
⚖️ Smart scheduling - maximize resource usage with intelligent workload placement
See Pools for complete details.
To choose a default pool, use the Profile List CLI command to view available pools and Resource List CLI command to see what resources are in each pool.
Set the default pool using the profile CLI.
$ osmo profile set pool my_pool