-
## Resource
- examples: https://github.com/pytorch/examples, the fork: https://github.com/cosdt/pytorch-examples/tree/npu
- benchmark: https://github.com/pytorch/benchmark, models: https://github.…
-
PyTorch now has some support for representing varlen sequences. It is supported to some extent by HF:
- https://medium.com/pytorch/bettertransformer-out-of-the-box-performance-for-huggingface-transfor…
-
With:
* (pytorch) https://github.com/pytorch/pytorch/commit/33191bb664fef338d94586a05bf1f14d17a00340
* https://github.com/huggingface/transformers/commit/a32c4e6c7b7fd79eb0c94c6c6ce9446de0877ded
* …
-
Just wanted to let you guys know that instead of "from pytorch_transformers import ..." it is renamed to just transformers, so "from transformers import ..."
-
### 🐛 Describe the bug
env:
python 3.9,
torch.__version__='2.5.1' also observed in 2.4.1
when importing transformers and torch I get error triggered by typing problem in this line:
`class C…
-
### System Info
```
None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.
None of PyTorch,…
-
### System Info
- `transformers` version: 4.47.0.dev0
- Platform: Linux-5.15.0-94-generic-x86_64-with-glibc2.35
- Python version: 3.10.15
- Huggingface_hub version: 0.26.2
- Safetensors version: …
-
### System Info
```Shell
- `Accelerate` version: 1.0.1
- Platform: Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with-glibc2.31
- `accelerate` bash location: /home/a/anaconda3/envs/trans/bin/a…
-
### Your current environment
```text
The output of `python collect_env.py`
```
### How would you like to use vllm
I need to extend the context length of gemma2-9b model along also with other mo…
-
### System Info
peft==0.13.2
accelerate==1.0.1
torch==2.4.0
peft_config
```python
peft_config = PromptTuningConfig(
task_type=TaskType.CAUSAL_LM,
prompt_tuning_init=PromptTuningI…