Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 7c24b40

Browse files
authored
Update docs for tensorflow v1 issues (#60)
1 parent 9e013da commit 7c24b40

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DOCDIR := docs
77
MDCHECKGLOBS := 'docs/**/*.md' 'docs/**/*.rst' 'examples/**/*.md' 'notebooks/**/*.md' 'scripts/**/*.md'
88
MDCHECKFILES := CODE_OF_CONDUCT.md CONTRIBUTING.md DEVELOPING.md README.md
99

10-
TARGETS := "" # targets for running pytests: keras,onnx,pytorch,pytorch_models,pytorch_datasets,tensorflow_v1,tensorflow_v1_models,tensorflow_v1_datasets
10+
TARGETS := "" # targets for running pytests: keras,onnx,pytorch,pytorch_models,pytorch_datasets,tensorflow_v1,tensorflow_v1_datasets
1111
PYTEST_ARGS := ""
1212
ifneq ($(findstring keras,$(TARGETS)),keras)
1313
PYTEST_ARGS := $(PYTEST_ARGS) --ignore tests/sparseml/keras

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ pip install sparseml[tf_v1_gpu]
331331

332332
Depending on your device and CUDA version, you may need to install additional dependencies for using TensorFlow V1 with GPU operations. You can find these steps [here](https://www.tensorflow.org/install/gpu#older_versions_of_tensorflow).
333333

334+
Note, TensorFlow V1 is no longer being built for newer operating systems such as Ubuntu 20.04. Therefore, SparseML with TensorFlow V1 is unsupported on these operating systems as well.
335+
334336
## Resources and Learning More
335337

336338
- [SparseZoo Documentation](https://docs.neuralmagic.com/sparsezoo/)

0 commit comments

Comments
 (0)