You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weights are released as part of this repo under MIT license.
25
+
They are automatically downloaded when you first run `encode` or `decode` command. They can be cached locally with
26
+
```
27
+
python3 -m dac download
28
+
```
29
+
We provide a Dockerfile that installs all required dependencies for encoding and decoding. The build process caches model weights inside the image. This allows the image to be used without an internet connection. [Please refer to instructions below.](#docker-image)
0 commit comments