Kevin Tse
Kevin Tse
Within `ProtocolServer` inside `dataloader2/communication/protocol.py`, the exceptions being raised inside are generic `Exception`. Ideally, we should change the exceptions to be more specific, such that they can be handled easily elsewhere....
### 🚀 The feature https://platform.openai.com/docs/guides/images/ ### Motivation, pitch Allows users to experiment with image generation (similar to Stable Diffusion experiment). ### Alternatives _No response_ ### Additional context _No response_
### 🚀 The feature https://platform.openai.com/docs/assistants/overview ### Motivation, pitch Allow users to experiment with different assistant ### Alternatives _No response_ ### Additional context _No response_
### 🚀 The feature This is a good task for a new contributor We have a few utility functions to perform AutoEval: https://github.com/hegelai/prompttools/blob/main/prompttools/utils/autoeval.py https://github.com/hegelai/prompttools/blob/main/prompttools/utils/autoeval_scoring.py https://github.com/hegelai/prompttools/blob/main/prompttools/utils/expected.py Currently, they tend to only...
Hi, I'm one of the maintainers of TorchData and I would like to note that TorchData does support remote data loading, especially from Amazon S3. You can use the [`S3FileLoader`](https://pytorch.org/data/main/generated/torchdata.datapipes.iter.S3FileLoader.html)...