-
### Describe the bug
Short story: One of the latest `intel-oneapi-compiler-shared-opencl-cpu.icd` versions causes every call to `clGetPlatformIDs` to hang indefinitely. This is probably not your is…
-
-
Hi,
when I try to run an inference with any MoE-LLaVA on a node with 4x A100 I run into an issue with tensor allocation:
I have installed MoE-LLaVA from the latest main commit (188d462)
```py…
-
What should I specify as the `model_type` in the JSON file?
from transformers import AutoModel
model = AutoModel.from_pretrained("zxhezexin/openlrm-obj-base-1.1")
ValueError: Unrecogniz…
-
When using SD Diffusers, I got errors when running this line
`text_encoder = CLIPTextModel.from_pretrained(
'CompVis/stable-diffusion-v1-4', subfolder="text_encoder", use_auth_token=True
)`,
…
-
感谢OpenLMLab的出色工作! 我们在我们的项目 [Ask-Anything](https://github.com/OpenGVLab/Ask-Anything/) 中简单地扩展了 MOSS 以用于视频问答。
https://github.com/OpenGVLab/Ask-Anything/tree/main/video_chat_with_MOSS
![image](http…
-
Currently the readme is pointing newcomers to generation.py, where they have to deduce the correct prompt structure for the instruction model from this code:
```
B_INST, E_INST = "[INST]", "[/INST…
-
Not sure what level priority this should have, but this is pretty high for me. Resizing the window breaks the formatting and makes it impossible to read the output in the terminal.
![Screenshot fro…
-
I'm using the following docker-compose file on ARM Ubuntu 22.04 Oracle cloud, running stablecode. I've tried starcode and Wizardcoder too, both yielded the same error.
docker-compose.yml:
```
ver…
-
https://huggingface.co/anon8231489123/vicuna-13b-GPTQ-4bit-128g/discussions/36#6441d80a55a16ae60fa3f2b6
Could the same thing be done for vicuña gptq 4 bit model? I am very new to this stuff, so not …