Skip to content

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
Aisuko committed Nov 7, 2023
1 parent f837f1c commit 1270c8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extra/grpc/c_transformers/c_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import backend_pb2_grpc

from ctransformers import AutoModelForCausalLM
from ctransformer.llm import Config

# Adapted from https://github.com/marella/ctransformers/tree/main#supported-models
# License: MIT
Expand Down Expand Up @@ -60,7 +59,6 @@ def LoadModel(self, request, context):
return backend_pb2.Result(message="Model loaded successfully", success=True)

def Predict(self, request, context):
#TODO
return super().Predict(request, context)

def PredictStream(self, request, context):
Expand Down

0 comments on commit 1270c8e

Please sign in to comment.