Luv Bansal
Luv Bansal
Updated Readme.md with Clarifai hosted Mistral-7B model The Mistral-7B and many of its finetuned models are hosted on the Clarifai cloud, allowing easy access through its API. Users can use...
### What - Clarifai CLI based on [Design Doc](https://clarifai.atlassian.net/wiki/spaces/DevX/pages/3897262124/Clarifai+Python+SDK+CLI+Design) - Implemented `Model upload` and `Model test locally` in the CLI #### Model Upload ```bash clarifai model upload --model_path ``` ####...
### Why * ### How * ### Tests * ### Notes *
### Why * ### How * ### Tests * ### Notes *
### What - Nvidia NIM dockerfile to integrate NIM ### Why * ### How * ### Tests * ### Notes * Main part left is to get authentication from NGC....
## Pull request overview This PR introduces a new `AgenticModelClass` that extends `OpenAIModelClass` to enable agentic behavior by integrating LLMs with MCP (Model Context Protocol) servers. The class provides tool...
### **Summary** This PR introduces a major architectural improvement to the MCPModelClass by implementing persistent session management and adding support for bridging stdio MCP servers to Python FastMCP. ### **Problem**...
Currently latest vLLM is having conflicts with `pydantic_core ` ``` 0.146 Using Python 3.11.13 environment at: /venv 1.128 × No solution found when resolving dependencies: 1.128 ╰─▶ Because only the...