donbr
donbr
> Quick update: I had to install JAX first by running `pip install -U "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html` then `pip install -r requirements.txt` finished okay. > > ``` > (py390) [zcobol@dallas...
@rlancemartin - I created an issue for langgraph_code_assistant.ipynb based on our discussion on X. The issue isn't with LangGraph behavior - it's with the integration with the (personal) LangSmith dataset....
There was a commit midday on Sunday that overwrote some of your changes and changed the behavior. (It was working better prior to the changes) https://github.com/langchain-ai/langgraph/commits/main/examples/code_assistant/langgraph_code_assistant.ipynb LangSmith tracing was configured...
thanks @hinthornw . this is a great use of langgraph and langsmith. appreciate your comments and follow-up
appreciate you posting the issue with both Ollama and LLaVA. On the Ollama side my concern is that the default model uses Mistral, but the only model supported at higher...
Apologize for missing the updates. Recommend that we work with the llava team to improve our test scenarios. I posted a discussion item in their GitHub that is related.
@arcaweb-ch did you receive an answer from @jmorganca on this? What does Ollama currently have in the form of regression tests for LLaVA? My test case was comparing Image Analysis...