outlines
outlines copied to clipboard
Using the HuggingFace API
Is it possible to create a program that uses a model on HuggingFace together with Outlines via the HuggingFace API (i.e., avoiding download of the model). So far, it appears that the answer is that it is not possible. If it is not possible, could you please explain the difficulty? Is it the impossibility of accessing the output logits of a model running using the API? Thanks.
We would need to integrate the method directly on Hugging Face's servers.