Vaibhav Balloli

Results 5 issues of Vaibhav Balloli

Hi, thanks for the code! Regarding the residual connections, I couldn't find the section of code that handles the structured pruning of these connections. I'm probably missing something, could you...

Upon executing `swift build`, I'm receiving the following message: Any workarounds ? ``` error: found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target...

question

…lient ## Why are these changes needed? Adds documentation for users that need to use different LLMs through the OpenAI API ## Related issue number "Addresses: #4117" ## Checks -...

Now that multiple external LLMs are supported through the OpenAI API: 1. Allow for creating `_model_info` as a class variable in `OpenAIChatCompletionClient` to support external models through the OpenAI API...

proj-extensions

```python3 import dspy from dspy.evaluate import Evaluate from dspy.teleprompt import BootstrapFewShot, BootstrapFewShotWithRandomSearch llm = dspy.LM("gemini/gemini-1.5-pro", max_tokens=20) dspy.configure(lm=llm) class BasicQA(dspy.Signature): """Answer questions with short factoid answers.""" question = dspy.InputField() answer =...