You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python-recipes/vector-search/00_redispy.ipynb
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -63,20 +63,33 @@
63
63
},
64
64
{
65
65
"cell_type": "code",
66
-
"execution_count": 1,
66
+
"execution_count": 24,
67
67
"id": "c620286e",
68
68
"metadata": {},
69
69
"outputs": [
70
+
{
71
+
"name": "stderr",
72
+
"output_type": "stream",
73
+
"text": [
74
+
"huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...\n",
75
+
"To disable this warning, you can either:\n",
76
+
"\t- Avoid using `tokenizers` before the fork if possible\n",
77
+
"\t- Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | false)\n"
78
+
]
79
+
},
70
80
{
71
81
"name": "stdout",
72
82
"output_type": "stream",
73
83
"text": [
84
+
"\n",
85
+
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.0\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m25.1\u001b[0m\n",
86
+
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n",
74
87
"Note: you may need to restart the kernel to use updated packages.\n"
0 commit comments