-
### 🐛 Describe the bug
```python
import pygame
import torch
from torch import nn
screen = pygame.display.set_mode((9, 9))
class BearBrain(nn.Module):
def __init__(self):
super().…
-
# TL;DR
Topics greatly improve the discoverability of repos; please add the short code from the table below to the topics of your repo so that ministries can use GitHub's search to find out what repo…
-
```
from optimum.intel import IPEXModel
model_path = "/data/notebook/Dilip/models/bge-base-en-v1.5-rag-int8-static"
model = IPEXModel.from_pretrained(model_path)
```
Error:
```
Passing the …
-
@cmower, @tvercaut, @cbergeles
## Personal Details
* First author:
* [x] family-names: Huber
* [x] given-names: Martin
* [x] email: martin.huber@kcl.ac.uk
* [x] Department/Faculty: Sch…
-
### 🐛 Describe the bug
Consider a simple example:
```python
import torch
a = torch.arange(16).view(4, 4)
a[:3, :3] = a[:3, :3].T
b = torch.arange(16, device='cuda').view(4, 4)
b[:3, :3] =…
-
### Your current environment
部署指令:
vllm serve /root/autodl-fs/llm_models/qwen/Qwen2-7B-Instruct --enable-lora --lora-modules bi-lora=/root/autodl-fs/saves/Qwen2-7B-Instruct/lora/sft/checkpoint-1500/…
-
# TL;DR
Topics greatly improve the discoverability of repos; please add the short code from the table below to the topics of your repo so that ministries can use GitHub's search to find out what repo…
-
# TL;DR
Topics greatly improve the discoverability of repos; please add the short code from the table below to the topics of your repo so that ministries can use GitHub's search to find out what repo…
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
…
-
# TL;DR
Topics greatly improve the discoverability of repos; please add the short code from the table below to the topics of your repo so that ministries can use GitHub's search to find out what repo…