plano/model_server
Adil Hafeez 6cd05572c4
update lock file (#192)
```
Installing dependencies from lock file

pyproject.toml changed significantly since poetry.lock was last generated. Run `poetry lock [--no-update]` to fix the lock file.
Error installing model server dependencies: Command '['poetry', 'install', '--no-cache']' returned non-zero exit status 1.
```
2024-10-17 10:42:15 -07:00
..
.vscode Serialize tool calls for Arch FC (#131) 2024-10-07 00:03:25 -07:00
app Refactor model server hardware config + add unit tests to load/request to the server (#189) 2024-10-16 16:58:10 -07:00
__init__.py model server build (#127) 2024-10-06 18:21:43 -07:00
Dockerfile Cotran/onnx conversion (#145) 2024-10-08 14:37:48 -07:00
Dockerfile.gpu Cotran/onnx conversion (#145) 2024-10-08 14:37:48 -07:00
poetry.lock update lock file (#192) 2024-10-17 10:42:15 -07:00
pyproject.toml Refactor model server hardware config + add unit tests to load/request to the server (#189) 2024-10-16 16:58:10 -07:00
README.md fixed cli to use poetry as well. this way we make it easy to have the… (#160) 2024-10-09 15:53:12 -07:00
requirements.txt Refactor model server hardware config + add unit tests to load/request to the server (#189) 2024-10-16 16:58:10 -07:00

Model Server Package

This model server package is a dependency of the Arch intelligent prompt gateway. It should not be used alone. Please refer to the quickstart-guide for more details on how to get start with Arch.