-
# Bug Report
## Installation Method
Through `docker compose`:
```yaml
open-webui:
container_name: open-webui
image: ghcr.io/open-webui/open-webui:latest
environment:
…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [ Yes] I am running the latest code. Development is very rapid so there are no tagged versions as…
-
### 🚀 The feature, motivation and pitch
Ollama has the docker image [ollama/ollama:rocm](https://hub.docker.com/layers/ollama/ollama/rocm/images/sha256-2368286e0fca3b4f56e017a9aa4809408d8a8c6596e3cbd…
-
I have successfully built and started docker container for tensorrt_llm and ran the convert_checkpoints.py as well as trtllm_build as follows:
1. docker run -it --net host --shm-size=4g --name triton…
-
I give cosmic alpha a try on manjaro, seems cosmic is reinventing everything,applets take a lot memory, and cosmic-terminal takes a huge, It starts very slow, I presume rust softwares run blaze fast, …
-
i tried exporting the stream conformer model to onnx format with below parameters.
```
python3 wenet/bin/export_onnx_gpu.py --config=$model_dir/train.yaml --checkpoint=$model_dir/final.pt --cmvn_fi…
-
**Describe the bug/ 问题描述 (Mandatory / 必填)**
IA3微调Qwen2-7b-instruct模型,在mindnlp.core.nn.modules.container.py处raise了一个错误:
![image](https://github.com/user-attachments/assets/5ef35812-ef13-4b51-8e95-a00…
-
The JSON returned by the server is sometimes non-standard, such as:
user.json
```
[{
"name": "",
"age": 0,
"discount": 0,
"friends": []
},{
"name": "",
"age": 0,
"discount":…
-
This may be working as intended, in which case feel free to close this issue.
There is a difference in `top_level_model_weights` loading between the functions `load_weights_from_hdf5_group_by_name`…
-
I've been trying to deploy ML model locally with MLServer.
My model is saved to an MLFlow model registry. So I start up my server as follows -
```
export MLSERVER_PARALLEL_WORKERS=5
export MLSER…