EleutherAI / EleutherAI/oslo

wand module not found when running test_mlm.py

Open
#15 1 comment 0 reactions 0 assignees View on GitHub
Bug
Dominant language
Python
Stars
176
Forks
26
PR merge metrics
No merged PRs in 30d

Description

## How to reproduce

```python
python ./tests/transformers/models/electra/test_mlm.py
```

## Environment

- OS : CentOS 7.9
- Python version : 3.9
- Transformers version : 4.21.2
- Whether to use Docker:
- Misc.:

```
python ./tests/transformers/models/electra/test_mlm.py
Traceback (most recent call last):
File "./tests/transformers/models/electra/test_mlm.py", line 8, in
import wandb
ModuleNotFoundError: No module named 'wandb'
```

I'm using an empty box for these tests and wandb is not installed here.
If wandb is a needed library should it be included in the setup.py?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.