-
Running the old one gives:
```
ValueError: Pipeline expected {'vqvae', 'transformer', 'scheduler', 'learned_classifier_free_sampling_embeddings', 'tokenizer', 'text_encoder'}, but only {'vqvae', 't…
-
Convert the Model into API to use it in the backend and allow to predict the crops
-
Hello,
I attempted to use the LLMExtractionStrategy code provided in the documentation for OpenAI and adapted it to work with Hugging Face. However, I encountered the following error:
Provider Li…
-
while an installation from the local sources works:
```
$ pip install .[rest-service]
Processing /home/user/dev/rasmipy
Requirement already satisfied: hug in /home/user/.local/share/virtualenvs/…
-
### Search before asking
- [X] I searched the [issues](https://github.com/ray-project/kuberay/issues) and found no similar issues.
### KubeRay Component
ray-operator, apiserver
### What happened …
-
**Is your feature request related to a problem? Please describe.**
We currently rely on the hashed vocab file using `cudf.utils.hash_vocab_utils.hash_vocab`, we should move to using the `vocab file…
-
I want to POST a textarea value to a hug-based service.
This works fine:
@hug.post('/api/card')
@hug.local()
def birthday_card(body):
"""Receive birthday card"""
re…
-
Full-sized images used for training are split between the EOL images on Hugging Face and the iNat21 and BIOSCAN image sets through their own distribution sources.
However, the images were resized t…
-
### What
Hugging Face Datasets support [Slice Splits](https://huggingface.co/docs/datasets/v2.19.0/loading#slice-splits)
```py
datase_10pc = datasets.load_dataset("mydataset", split="test[:10%]")…
-
![image](https://user-images.githubusercontent.com/7193423/115133129-7535b980-a038-11eb-9407-b476f61c924a.png)
hi, could u help me to solve this problem?
first I use "pip3 install hug -U"
the…