-
Trying to run:
`CUDA_VISIBLE_DEVICES=1 python main.py`
and
```
export CUDA_VISIBLE_DEVICES=1
python main.py
```
Gets ignored entirely, but checking with:
`python main.py --help`
I s…
-
Hi, I followed your "Get Started" steps to run the demo code and also completed the "resize clip model" step. However, I encountered the following warning and error:
‘’‘
/usr/local/lib/python3.10/…
-
**Describe the bug**
A clear and concise description of what the bug is.
"Unable to load weights from pytorch checkpoint file for '../llama/hug_llama_2_7b_chat/pytorch_model-00001-of-00003.bin"
Whe…
-
### 🐛 Describe the bug
I pip upgraded torch from 2.0.1 to 2.1.2 and without any code changes I now run out of CUDA memory loading Mistral7B on NVIDIA GeForce RTX 3060 TI.
- From 2.0.1 to 2.1.2. Did …
-
## Proposed refactor
Flatten the Strategy inheritance:
Part of #10416
### Motivation
Reduce coupling between strategies, reduce unintentional overrides/inheritance and avoid silent failures
…
-
## 🚀 Feature
### Motivation
After reading through PyTorch codebase, I came across this code example:
https://github.com/pytorch/pytorch/blob/538647fe1fb94b7822ea3b8bbbd6901961431d60/torch/f…
-
### System Info
- `transformers` version: 4.44.2
- Platform: Linux-6.1.85+-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0.24.7
- Safetensors version: 0.4.5
- Acce…
-
Hi, thank for the great work!
When I tried to run your baseline evaluation script with:
```
TASK=SST-2 K=16 SEED=42 BS=8 LR=1e-5 MODEL=roberta-large bash finetune.sh
```
the script will break d…
-
### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
### Your current environment
```text
PyTorch version: 2.3.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 18.04.1 LTS (x86_64)
GCC ve…