Skip to content

Commit 437eae8

Browse files
committed
Check env variables
1 parent 4c8de6d commit 437eae8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/notebook/tensorflow/resnet/resnet_quantization.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
"# login to huggingface to download the imagenet-1k dataset\n",
6666
"# you should replace this read-only token with your own by create one on (https://huggingface.co/settings/tokens)\n",
6767
"# !huggingface-cli login --token <YOUR HUGGINGFACE TOKEN>\n",
68+
"import os\n",
69+
"print(os.environ)\n",
6870
"!huggingface-cli login --token hf_xxxxxxxxxxxxxxxxxxxxxx"
6971
]
7072
},

0 commit comments

Comments
 (0)