wandb / client-ng

Experimental wandb CLI and Python API - See Experimental section below.
http://wandb.com
16 stars 7 forks source link

fix uploading empty artifacts #209

Closed annirudh closed 3 years ago

annirudh commented 3 years ago

Fix for https://wandb.atlassian.net/browse/WB-3372. With the V2 changes, we made the manifest file upload a part of artifact commit behavior. Unfortunately, this missed the initialization logic that happens when a file is uploaded to an artifact so reference artifact commits hit a key error.