Skip to content

Commit 575f262

Browse files
authored
added warning (#3673)
1 parent 91c4d4a commit 575f262

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/quickstart/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ zenml login $ZENML_SERVER_URL
7676

7777
# We'll start on the default stack
7878
zenml stack set default
79+
80+
# In order to avoid the ModuleNotFoundError with `wandb`
81+
export WANDB_DISABLED="true"
7982
```
8083

8184
As described above we have done the first step already and created an experimental pipeline. Feel free to check out

0 commit comments

Comments
 (0)