-
代码如下:
```python
model=AutoModelForSequenceClassification.from_pretrained("/root/autodl-fs/models/glm-4-voice-9b", num_labels=4,id2label=id2label,device_map=None, label2id=label2id,trust_remote_code=…
-
### System Info / 系統信息
$ python -V
Python 3.12.3
$ uname -a
Linux nvidia-k8s 5.15.0-125-generic #135~20.04.1-Ubuntu SMP Mon Oct 7 13:56:22 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/l…
-
### System Info / 系統信息
Google Colab L4 - 24gb VRAM
### Information / 问题信息
- [ ] The official example scripts / 官方的示例脚本
- [ ] My own modified scripts / 我自己修改的脚本和任务
### Reproduction / 复现过程
Updated …
-
Hello,
Thanks a lot for your implementation.
I am slightly confused because I am trying to run your torch hub command but it does not work.
![image](https://user-images.githubusercontent.com/429758…
-
Has anyone successfully converted this model to CoreML?
I am unable to convert it due to the following error:
argument after ** must be a mapping, not Tensor
The code is as follows:
```
…
-
Dear author,
How to solve this problem?
huggingface_hub.utils._errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-6720983a-26a84dd93b12881b7b8d1057;9ca575bf-02e9-4111-8538-348967cf…
-
### Is there an existing issue for this problem?
- [X] I have searched the existing issues
### Operating system
Windows
### GPU vendor
Nvidia (CUDA)
### GPU model
RTX 3070
### GPU VRAM
_No re…
-
### System Info
- `transformers` version: 4.45.1
- Platform: Linux-5.4.0-193-generic-x86_64-with-glibc2.17
- Python version: 3.8.13
- Huggingface_hub version: 0.25.1
- Safetensors version: 0.4.…
-
Github: https://github.com/rootonchair/diffuser_layerdiffuse
This project is a port to Diffusers, it allows you to run transparent image with SD1.5 (transparent only or joint generation) and SDXL (…
-
Hi all,
We're the maintainers of `torch.hub` and it looks like executing the code in the [MiDaS example](https://pytorch.org/hub/intelisl_midas_v2//) fails with the following error:
```
QObject…