[Bug] Did Dspy totally deprecate HFClientTGI
or is the documentation incorrect?
#7848
Labels
bug
Something isn't working
HFClientTGI
or is the documentation incorrect?
#7848
What happened?
I am following the documentation to connect to TGI, and get the following error:
I couldnt find any implementation of HFClientTGI, and am wondering how connect to a local model. Essentially I finetuned a model saved at a checkpoint directory, and want to infer it via dspy's prompt compilation. Not sure which documentation to trust?
Steps to reproduce
tgi_llama2 = dspy.HFClientTGI(model=model_path, port=8080, url="http://localhost")
DSPy version
2.6.5
The text was updated successfully, but these errors were encountered: