wandb artifact cache cleanup
ローカルの artifact キャッシュのサイズを削減します。
キャッシュが TARGET_SIZE 以下になるまで、最後にアクセスされた日時が最も古いファイルから順に削除します。TARGET_SIZE には、人間が読みやすい形式 (たとえば 10GB や 500MB) を指定できます。
たとえば、artifact キャッシュを 10 GB に削減するには、次のようにします。
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
cleanup [OPTIONS] TARGET_SIZE
wandb artifact cache cleanup 10GB
wandb artifact cache cleanup --remove-temp 5GB
| 名 | デフォルト | タイプ |
|---|---|---|
target_size | STR | True |
| フラグ | タイプ | 説明 |
|---|---|---|
--remove-temp | BOOL フラグ | キャッシュから一時ファイルも削除します。デフォルト: False |