Here is the link for 3.2 11B using @FireworksAI_HQ API: https://
huggingface.co/spaces/akhaliq
/llama-v3p2-11b-vision-instruct
… built with claude sonnet in a few mins pip install gradio build with gradio
LLMS
-

Llama 3.2 11B Vision Model Demo on Hugging Face Spaces
By
–
-

GPT-4o-mini gains new tool support for files, images, and coding
By
–
ICYMI: 4o-mini with tools support? File uploads, Image gen, coding, memory h/t @Jaicraft39
-
LLM-Weighted Function Selection for Advanced AI Systems
By
–
Log every function call, store success/error, rate result with LLM, use that to add weights to functions, use weights when calling functions. Advanced methods might include embedding user input and somehow calculate a weight specific to the embedding (is this the right tool for
-

ReACT Paper Defined LLM Agents Era with LangChain
By
–
Our guest cohost @hwchase17 on How the ReACT paper defined the dawn of the LLM agents era
— Latent.Space (@latentspacepod) 26 septembre 2024
(and inspired @LangChainAI)
next on the pod with @ShunyuYao12! pic.twitter.com/MbHSKj6DrXOur guest cohost @hwchase17 on How the ReACT paper defined the dawn of the LLM agents era (and inspired @langchain
) next on the pod with @ShunyuYao12
! -
AI Code Generation Framework Capabilities and Limitations
By
–
Oh it doesn’t yet. The code it generates sucks. But the framework does the heavy lifting.
-
Claude Sonnet 3.5 Outperforms GPT-3.5 in AI Model Comparison
By
–
gpt3.5, forgot I need to clarify. sonnet 3.5 rocks
-
Developer upgrading AI model framework using LiteLLM
By
–
I am weirdly using 3.5 as I work on the framework, and plan on upgrading the model once framework is solid as a fun surprise for myself (using LiteLLM so easy to swap)
-

Dynamic Function Generation for AI Query Processing
By
–
Level 2: Need-based When a user submits a query, the AI first decides if an existing function works, and if not, will generate a new reusable function, generate parameters based on the original user input, and execute the new function to handle the query.
-
Technical discussion on embedding implementations with Gemini
By
–
I have an assumption that it would be similar to embedding on top of Gemini But no details