Skip to content

Commit

Permalink
fix: resources
Browse files Browse the repository at this point in the history
  • Loading branch information
SAKURA-CAT committed Nov 18, 2024
1 parent 74642eb commit d0f1d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swanlab/data/run/metadata/coop/qing_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_qing_cloud_info():
plat = os.getenv("AICP_PLATFORM")
if not plat:
return None
return {**get_envs_by_keys(BASE_KEYS), **get_envs_by_keys(RESOURCES_KEYS)}
return {**get_envs_by_keys(BASE_KEYS), "resources": get_envs_by_keys(RESOURCES_KEYS)}


def get_envs_by_keys(keys: list):
Expand Down

0 comments on commit d0f1d6d

Please sign in to comment.