Chris Van Pelt (CVP)

Results 267 comments of Chris Van Pelt (CVP)

It's possible and is really something I should officially support at some point. For now you can hack it together by making the following changes. 1. Set `GROQ_BASE_URL` to your...

@fjhheras you may want to look at our Self-Hosted server offering: https://docs.wandb.com/self-hosted

Hey @robin-collins, thanks for the suggestions. I'm happy to report that I'm working on both of your bullet points currently! I haven't started looking into diff's but love the idea...

This is now in the latest release!

Thanks for the brain dump @BBischof! Creating filters today from python is a little clunky but works. You need to specify the query using the MongoDB query language and our...

@andrewtruong @vwxyzjn left some great feature requests / users stories we could try to make work in your new branch. Concerning #2 it's unfortunately pretty tricky. We would need to...

Hey @ekorman we actually need the registry digest to be able to reproduce a docker image. Can share more about the specific environment setup you had that made you change...

I would make sure you're able to call the model from the command line. The CancelledError means our server timedout when attempting to talk to ollama. Try: ``` ollama run...

Sorry guys, depending on the version of docker the actual name of the container might be different. To list the names of all the running containers you can run: `docker...