-
This issue will be used to track compilation failures for migraphx models on CPU and GPU. Compile failures for each model should have a link to an issue with a smaller reproducer in the notes column.
…
-
## 🚀 Feature
Create LayerLogger to enable PL developers to track their ML experiments with [Layer](https://layer.ai)
### Motivation
Layer is an collaboration-first ML metadata store which pro…
-
The following is the error I get when running the first part of the collab
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 46.5 MB/s eta 0:00:00
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━…
-
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
- [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions
### 该问题是否在FAQ中有解答? | Is there an existing ans…
-
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/…
-
## 🚀 Feature
Integrate https://github.com/pytorch/torchsnapshot
### Motivation
The library is design with composition in mind and is very modular.
The distributed training benchmarks look ve…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
transformers/training_args.py", line 1712, in __setattr__
raise FrozenInstanceError(f"ca…
-
### Your current environment
```text
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 20.04.3 LTS (x86_64)
GCC ve…
-
Can lightseq export the weights in normal pytorch stat_dict after training using lightseq? It can be used for hugging face transformers or other pytorch lib to load and later use.
-
installed via conda env with py3.6.9 and new pytorch / transformers on ubuntu v18
change to model = GPT2LMHeadModel.from_pretrained("gpt2")
but got this error:
`(poemGen) root314@sr-02631:~/p…