mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
8aba2c9009
* feat: local inference server * fix: source to use bash + vars * chore: isort and black * fix: make file + inference mode * chore: logging * refactor: remove old links * fix: add new env vars * feat: hf inference server * refactor: remove old links * test: batch and single response * chore: black + isort * separate gpu and cpu dockerfiles * moved gpu to separate dockerfile * Fixed test endpoints * Edits to API. server won't start due to failed instantiation error * Method signature * fix: gpu_infer * tests: fix tests --------- Co-authored-by: Andriy Mulyar <andriy.mulyar@gmail.com>
12 lines
145 B
Plaintext
12 lines
145 B
Plaintext
aiohttp>=3.6.2
|
|
aiofiles
|
|
pydantic>=1.4.0,<2.0.0
|
|
requests>=2.24.0
|
|
ujson>=2.0.2
|
|
fastapi>=0.95.0
|
|
Jinja2>=3.0
|
|
gpt4all>=1.0.0
|
|
pytest
|
|
openai
|
|
black
|
|
isort |