LocalAI/backend/python/transformers
B4ckslash 2d64d8b444
fix/docs: Python backend dependencies (#1360)
* Update docs for new requirements.txt path

Signed-off-by: Marcus Köhler <khler.marcus@gmail.com>

* Fix typo (.PONY -> .PHONY) in python backend makefiles

Signed-off-by: Marcus Köhler <khler.marcus@gmail.com>

---------

Signed-off-by: Marcus Köhler <khler.marcus@gmail.com>
2023-11-30 17:46:55 +01:00
..
backend_pb2_grpc.py feat(transformers): add embeddings with Automodel (#1308) 2023-11-20 21:21:17 +01:00
backend_pb2.py feat(transformers): add embeddings with Automodel (#1308) 2023-11-20 21:21:17 +01:00
Makefile fix/docs: Python backend dependencies (#1360) 2023-11-30 17:46:55 +01:00
README.md feat(transformers): add embeddings with Automodel (#1308) 2023-11-20 21:21:17 +01:00
run.sh fix: rename transformers.py to avoid circular import (#1337) 2023-11-26 08:49:43 +01:00
test_transformers.py fix: rename transformers.py to avoid circular import (#1337) 2023-11-26 08:49:43 +01:00
test.sh fix: rename transformers.py to avoid circular import (#1337) 2023-11-26 08:49:43 +01:00
transformers_server.py fix: rename transformers.py to avoid circular import (#1337) 2023-11-26 08:49:43 +01:00
transformers.yml feat(transformers): add embeddings with Automodel (#1308) 2023-11-20 21:21:17 +01:00

Creating a separate environment for the transformers project

make transformers