Skip to content

Commit ddafa3e

Browse files
Update internet_connection_lost_while_im_training_model.md (#1386)
The cake is a lie. {Description of the change} -- Remove this line and following from the merge commit message -- {JIRA / GitHub issue, or remove this line} {Upstream code PR, or remove this line}
1 parent bb763f8 commit ddafa3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

content/en/support/kb-articles/internet_connection_lost_while_im_training_model.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ toc_hide: true
55
type: docs
66
support:
77
- environment variables
8+
- outage
89
---
910
If the library cannot connect to the internet, it enters a retry loop and continues to attempt to stream metrics until the network is restored. The program continues to run during this time.
1011

11-
To run on a machine without internet, set `WANDB_MODE=offline`. This configuration stores metrics locally on the hard drive. Later, call `wandb sync DIRECTORY` to stream the data to the server.
12+
To run on a machine without internet, set `WANDB_MODE=offline`. This configuration stores metrics locally on the hard drive. Later, call `wandb sync DIRECTORY` to stream the data to the server.

0 commit comments

Comments
 (0)