Skip to content

Commit

Permalink
Hotfix update cuda type to string (#3170)
Browse files Browse the repository at this point in the history
  • Loading branch information
raubitsj authored Jan 25, 2022
1 parent 19e548b commit e438e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wandb/sdk/wandb_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class Settings:
_args: Sequence[str]
_cli_only_mode: bool # Avoid running any code specific for runs
_config_dict: Config
_cuda: bool
_cuda: str
_debug_log: str
_disable_meta: bool
_disable_stats: bool
Expand Down

0 comments on commit e438e42

Please sign in to comment.