Skip to content

Commit

Permalink
Add support to CTransformer
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
Aisuko committed Nov 6, 2023
1 parent 8123f00 commit 67552ed
Show file tree
Hide file tree
Showing 8 changed files with 590 additions and 7 deletions.
5 changes: 5 additions & 0 deletions extra/grpc/ctransformers/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.PONY: ctransformers
ctransformers:
@echo "Creating virtual environment..."
@conda env create --name ctransformers --file ctransformers.yml
@echo "Virtual environment created."
5 changes: 5 additions & 0 deletions extra/grpc/ctransformers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Creating a separate environment for ctransformers project

```
make ctransformers
```
61 changes: 61 additions & 0 deletions extra/grpc/ctransformers/backend_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67552ed

Please sign in to comment.