feat: update issue template command to 2.0.0
still works with 1.13, but the previous version failed on 2.0
This commit is contained in:
parent
a1e3d4490d
commit
60e892e4bc
@ -32,7 +32,7 @@ https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh
|
||||
You can obtain the TensorFlow version with:
|
||||
|
||||
```bash
|
||||
python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
|
||||
python -c "import tensorflow as tf; print(tf.version.GIT_VERSION, tf.version.VERSION)"
|
||||
```
|
||||
|
||||
### Describe the problem
|
||||
|
Loading…
Reference in New Issue
Block a user