Skip to content

Commit 4897967

Browse files
committed
remove groq because of logging issue in serverless deployment
1 parent 37ee5dc commit 4897967

File tree

3 files changed

+2
-171
lines changed

3 files changed

+2
-171
lines changed

dsp/modules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .databricks import *
99
from .google import *
1010
from .gpt3 import *
11-
from .groq_client import *
11+
# from .groq_client import *
1212
from .hf import HFModel
1313
from .hf_client import Anyscale, HFClientTGI, Together
1414
from .mistral import *

dsp/modules/groq_client.py

Lines changed: 0 additions & 169 deletions
This file was deleted.

dspy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Pyserini = dsp.PyseriniRetriever
2222
Clarifai = dsp.ClarifaiLLM
2323
Google = dsp.Google
24-
GROQ = dsp.GroqLM
24+
# GROQ = dsp.GroqLM
2525

2626
HFClientTGI = dsp.HFClientTGI
2727
HFClientVLLM = HFClientVLLM

0 commit comments

Comments
 (0)