`TestEntityClassificationPredictorTrainer` fails on Mac M1 chip
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 802
- Forks
- 64
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```
FAILED tests/test_trainers/test_entity_classification_predictor_trainer.py::TestEntityClassificationPredictorTrainer::test_train - RuntimeError: Placeholder storage has not been allocated on MPS device!
```
googling, looks like it's an M1 chip issue. need to modify statement where send `.to()` in torch:
https://stackoverflow.com/questions/74724120/pytorch-on-m1-mac-runtimeerror-placeholder-storage-has-not-been-allocated-on-m
Not that high priority
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.