-
### System Info
Peft v0.13.2
Transformers v4.44.0
Accelerate v0.33.0
### Who can help?
Since this relates to an interaction with PEFT and Xlora maybe @BenjaminBossan @EricLBuehler
### …
-
Ai stages 토론보다가 발견한건데
기존 데이터 불러오는 방식이 이런식이였는데
```python
for i,j in zip(dataset['subject_entity'], dataset['object_entity']):
i = i[1:-1].split(',')[0].split(':')[1]
j = j[1:-1].split('…
-
Hi,
Thanks for great work! I downloaded the dataset 50K from the provided link. When I unzip 50K.z01 50K.z02 50K.zip I first cat them to one combine.zip and unzip, there are only 1175 meshes in trai…
-
## Device info
Manufacturer: Samsung
Android version: 13
Custom ROM/rooted? No
Model: Zfold 3
## System info
Available disk space: 300 GB
Operating system: Ubuntu 22.04.2 LTS
---
**…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
The dataset cannot be downloaded; received a 404 error.
![image](https://github.com/user-attachments/assets/2301926b-601a-4ea0-9334-336613aae0aa)
-
### Describe the issue
I have an FP16 (half-precision floating point) ONNX model. When I load and execute this model using the onnxruntime library in Python, the first execution is successful and pro…
-
For those asking questions about splitting data. Here is what I believe is a suitable method for splitting time-sorted interactions held in ```df``` as user-item interactions with implicit strength an…
-
I want to create an ARCore app as immersive as possible. This encompasses also [Android settings](https://developer.android.com/guide/topics/ui/settings) of an app implemented in accordance to its [ma…
-
## Problem
After `SubstitutePackToReshapePass`, `Reshape`'s `dtype` is unknown.
```
CircleNode Pack(dtype: S32) CircleNode Reshape(dtype: unkown)
\ / ---> \ …