Skip to content

Commit

Permalink
Update constants.py (microsoft#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenroller committed May 3, 2022
1 parent 478019c commit 3591201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaseq/service/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

try:
from metaseq_internal.constants import LOCAL_SSD, MODEL_SHARED_FOLDER
except ImportError:
except ModuleNotFoundError:
# MODEL_SHARED_FOLDER should point to a shared drive (e.g. NFS) where the
# checkpoints from S3 are stored. As an example:
# MODEL_SHARED_FOLDER = "/example/175B/reshard_no_os"
Expand Down

0 comments on commit 3591201

Please sign in to comment.