remove redundant import

This commit is contained in:
rasbt
2024-02-29 19:59:05 -06:00
parent 2fb035435e
commit 267e33cfaf

View File

@@ -196,7 +196,6 @@
],
"source": [
"import tiktoken\n",
"import torch\n",
"\n",
"tokenizer = tiktoken.get_encoding(\"gpt2\")\n",
"\n",