Skip to content

Commit

Permalink
update TF 2.8 refs to 2.11 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
johntmyers committed Jul 6, 2023
1 parent e71b743 commit 5760bcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/synthetic_records.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"source": [
"# Google Colab support\n",
"# Note: Click \"Runtime->Change Runtime Type\" set Hardware Accelerator to \"GPU\"\n",
"# Note: Use pip install gretel-synthetics[tf] to install tensorflow if necessary\n",
"# Note: Use \"pip install -U gretel-synthetics tensorflow==2.11\" to install Gretel Synthetics and Tensorflow\n",
"# \n",
"#!pip install gretel-synthetics --upgrade"
]
Expand Down Expand Up @@ -105,7 +105,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -119,7 +119,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.5"
"version": "3.9.10"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions setup-utils/setup-gretel-synthetics-tensorflow28-with-gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ sudo apt-get install -y --no-install-recommends libnvinfer7=7.1.3-1+cuda11.0 \
libnvinfer-plugin7=7.1.3-1+cuda11.0


echo 'Installing tensorflow=2.8 and gretel-synthetics'
echo 'Installing tensorflow==2.11 and gretel-synthetics'
pip3 install --upgrade pip
pip3 install tensorflow==2.8 gretel-synthetics
pip3 install tensorflow==2.11 gretel-synthetics

echo 'Check if tensorflow with gpu support is installed'
python -c "import tensorflow as tf; tf.test.gpu_device_name()"

0 comments on commit 5760bcb

Please sign in to comment.