Juan Calderon-Perez
Juan Calderon-Perez
Can this be closed now?
@FenarkSEC Can this be close now that #71 was merged?
@gitwittidbit did you get it to work? Try the latest release, it has a download manager: ``` docker run -d -v weights:/usr/src/app/weights -v datadb:/data/db/ -p 8008:8008 ghcr.io/nsarrazin/serge:latest ```
👍🏻 For adding this. May be worth also adding support for HTTP/HTTPS proxy and custom CA while we are at it. @nsarrazin
This is now supported in tag `0.3.0` :-)
Example models JSON file: https://github.com/serge-chat/serge/blob/main/api/src/serge/data/models.json
These changes can be tested using: ```bash docker run -d \ -v weights:/usr/src/app/weights -v datadb:/data/db/ \ -p 8008:8008 ghcr.io/nsarrazin/serge:pr-202 ```
@frozenfoxx I will update the readme, thanks!
@DVSProductions Can you fix the merge conflicts?
@DVSProductions Seems like another bug, for some reason it fails with external branches