Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix devcontainer GPU memory bug
This commit ensures the model's folder is correctly mounted into the dev container. By default, the local container is mounted under the `/workspace` path when using a dev container. Because of this, the fp16 variant is not used, which causes the memory on smaller cards to be insufficient.
- Loading branch information