"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "05e251da0eb8a3c0e7eba53535f79b60a1d0b87b"
Unverified Commit 5acb4edf authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Update version command when contributing (#4614)

parent 842588c1
...@@ -44,9 +44,16 @@ Did not find it? :( So we can act quickly on it, please follow these steps: ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment