Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support passing custom tokenizer, detokenizer, and attention `Module`s in
experimental DiT architecture
- Improved Transolver training recipe's configuration for checkpointing and normalization.
- Bumped `multi-storage-client` version to 0.33.0 with rust client.

### Deprecated

Expand Down
2 changes: 2 additions & 0 deletions examples/multi_storage_client/msc_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ profiles:
region_name: us-west-2
base_path: cmip6-pds
signature_version: UNSIGNED
rust_client:
skip_signature: True
cache:
location: /tmp/.cache
size_mb: 5000
3 changes: 2 additions & 1 deletion examples/multi_storage_client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
multi-storage-client[boto3]
multi-storage-client[boto3,fsspec]
zarr
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fignet = [
]

storage = [
"multi-storage-client[boto3]>=0.14.0",
"multi-storage-client[boto3]>=0.33.0",
]

shardtensor = [
Expand Down