Skip to content

Commit

Permalink
[auto-commit] [skip ci] Bump the build number
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 5, 2024
1 parent ddcfb4f commit 1875629
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,24 @@ We appreciate your patience while we speedily work towards a stable release of t

<!-- NEW CONTENT GENERATED BELOW. PLEASE PRESERVE THIS COMMENT. -->

### 0.64.7 (2024-08-05)

- Removed client check for CPU core request being at least 0.1, deferring to server-side enforcement.



### 0.64.2 (2024-08-02)

- Volumes can now be mounted to an ad hoc modal shell session:

```
modal shell --volume my-vol-name
```
When the shell starts, the volume will be mounted at `/mnt/my-vol-name`. This may be helpful for shell-based exploration or manipulation of volume contents.

Note that the option can be used multiple times to mount additional models:
```
modal shell --volume models --volume data
- Volumes can now be mounted to an ad hoc modal shell session:

```
modal shell --volume my-vol-name
```
When the shell starts, the volume will be mounted at `/mnt/my-vol-name`. This may be helpful for shell-based exploration or manipulation of volume contents.

Note that the option can be used multiple times to mount additional models:
```
modal shell --volume models --volume data
```


Expand Down
2 changes: 1 addition & 1 deletion modal_version/_version_generated.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Modal Labs 2024

# Note: Reset this value to -1 whenever you make a minor `0.X` release of the client.
build_number = 6 # git: 782f90f
build_number = 7 # git: ddcfb4f

0 comments on commit 1875629

Please sign in to comment.