We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8de6d commit 437eae8Copy full SHA for 437eae8
examples/notebook/tensorflow/resnet/resnet_quantization.ipynb
@@ -65,6 +65,8 @@
65
"# login to huggingface to download the imagenet-1k dataset\n",
66
"# you should replace this read-only token with your own by create one on (https://huggingface.co/settings/tokens)\n",
67
"# !huggingface-cli login --token <YOUR HUGGINGFACE TOKEN>\n",
68
+ "import os\n",
69
+ "print(os.environ)\n",
70
"!huggingface-cli login --token hf_xxxxxxxxxxxxxxxxxxxxxx"
71
]
72
},
0 commit comments