Skip to content

Commit 1db6d97

Browse files
author
Daniel King
committed
more docs typos
1 parent 0fb366e commit 1db6d97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/trainer/checkpointing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Behind the scenes, the :class:`.RemoteUploaderDownloader` uses :doc:`Apache Libc
304304
from composer.utils import LibcloudObjectStore
305305

306306
remote_uploader_downloader = RemoteUploaderDownloader(
307-
remote_bucket_uri="libcloud://my_bucket"
307+
remote_bucket_uri="libcloud://my_bucket",
308308
remote_backend_kwargs={
309309
"provider": "s3", # The Apache Libcloud provider name
310310
"container": "my_bucket", # The name of the cloud container (i.e. bucket) to use.

docs/source/trainer/file_uploading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Similar to the S3 Example above, we can upload files to a remote SFTP filesystem
207207

208208
# Configure the logger
209209
logger = RemoteUploaderDownloader(
210-
remote_backend_uri="sftp://sftp_server.example.com",
210+
remote_bucket_uri="sftp://sftp_server.example.com",
211211
)
212212

213213
# Define the trainer

0 commit comments

Comments
 (0)