mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Update version command when contributing (#4614)
This commit is contained in:
parent
842588c12f
commit
5acb4edf25
1 changed files with 8 additions and 1 deletions
|
|
@ -44,9 +44,16 @@ Did not find it? :( So we can act quickly on it, please follow these steps:
|
||||||
To get the OS and software versions automatically, you can run the following command:
|
To get the OS and software versions automatically, you can run the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python transformers-cli env
|
transformers-cli env
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or from the root of the repository the following command:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python src/transformers/commands/transformers_cli.py env
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Do you want to implement a new model?
|
### Do you want to implement a new model?
|
||||||
|
|
||||||
Awesome! Please provide the following information:
|
Awesome! Please provide the following information:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue