Aidan Gomez
Aidan Gomez
Hey there, Was wondering if there are plans to support TPUs in the future via XLA kernels?
Adds a new vectorizer for [Cohere's Embed models](https://docs.cohere.com/reference/embed) analogous to OpenAIVectorizer. Details on the performance of the Embed 3 model can be found [here](https://txt.cohere.com/introducing-embed-v3/) Of note, the Vectorizer interface doesn't...
I get the sense that DSPy isn't telling the model enough about itself in order to properly react to the prompts being given. As a simple example let's take the...
And equivalent stuff to ValueArray and Tensor
Come up with some interesting example problems that display key features of Upsurge.
A matrix is a Tensor s.t.: - Rank is 2 - Base memory is contiguous(?)
Right now it's very likely that our users could experience a preemption and the simple `if tpu.usable` technique wouldn't be sufficient to recover. Maybe write a function decorator that will...
Keep a redundant resource alive at all times in case one of the active ones dies.