-
When trying to blur a picture I get this error. Logs:
```
INFO: Will watch for changes in these directories: ['/opt/blur']
INFO: Uvicorn running on http://0.0.0.0:8001 (Press CTRL+C to quit…
-
Many students are using FastAPI and it seems mature enough. In addition to be a more contemporary framework (e.g. async), the code is a little simpler than Flask and slightly more readable than someth…
-
Hi all,
I am using daphne in production environment for a chat server with around 300 concurrent users. My problem is that the daphne access log grows pretty fast (around 100MB per day) and it brin…
-
Trying to switch from conda-build to rattler-build. It's amazing fast :-)
Today, we found an issue when trying to upload the package to our internal Quetz server:
```
INFO: - "POST /api/channe…
-
```
(.venv) rushal@rushal-GL552VW:~/Documents/github/channels-chat$ pip install -r requirements.txt
Collecting django~=2.0 (from -r requirements.txt (line 1))
Downloading https://files.pythonhos…
-
i am getting this error ayone aware of it how to solve ?
`To create a public link, set `share=True` in `launch()`.
ERROR: Exception in ASGI application
Traceback (most recent call last):
F…
tasz updated
2 months ago
-
服务可以起来但是调用就报错。
-
### System Info / 系統信息
>>> print(torch.__version__)
2.3.1+cu121
>>> print(torch.version.cuda)
12.1
>>> print(torch.backends.cudnn.version())
8902
>>> print(transformers.__version__)
4.43.2
>…
-
I installed ochat into new venv with `pip3 install ochat`.
Then I run the server with `python -m ochat.serving.openai_api_server --model openchat/openchat-3.6-8b-20240522 --model-type openchat_3.6`…
-
Expected Behavior
=================
After slimming a container, Pillow throws a "PIL.UnidentifiedImageError" when reading an image. The code below is for an endpoint, but the behaviour is the same …