-
(This is in a Docker environment. I haven't tested it locally)
```
hug-gunicorn: [2018-12-28 01:34:44 +0000] [10] [INFO] Starting gunicorn 19.9.0
hug-gunicorn: [2018-12-28 01:34:44 +0000] [10] [I…
-
Hi there,
Since a few months, the RT-DETR is officially supported by the Hugging Face Transformers library 🤗
It enables easy inference as well as fine-tuning.
# Resources
* RT-DETR docs: …
-
### 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%]")…
-
Hi,
I'm really sorry about adding another issue, but, there is a problem with the CORS middleware; if you're using **hug.extend**, like in this code:
````
# teste.py
import hug
import extende…
-
Hi!
As title suggests, I'm struggling here. _**What am I doing wrong?**_
(I've also commented in the Gitter channel, I'll make a link there to this issue).
My folder structure:
```
package/ #…
-
1. **Convert Model:** Convert the model into one of the supported formats. Hugging Face supports models in the ONNX (Open Neural Network Exchange), **PyTorch**, TensorFlow, or TensorFlow Lite formats.…
-
Hello, I am running a slightly modified version of ocrmypdf-web:
```
#!/usr/bin/env python
import hug
import subprocess
from tempfile import NamedTemporaryFile
api = hug.API(__name__)
api…
-
There are some copy failures that I do not yet understood (see below). Seems to happen with lots of requests.
Once that works, we might need to add retry to this guy.
```
Run: [ERROR] Server re…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…
-
Hi,
Thanks for a great module, first of all! When generating an API I use the examples keyword argument in the decorator as such:
@hug.get("/test", examples='name=Timothy&age=26')
def test(name: h…
kfyhn updated
6 years ago