conda create -n tf python=3.10 -y
conda activate tf
conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0
pip install "numpy<2.0"
python -m pip install "tensorflow<2.11"
python -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
© 2025 Tango