Skip to content

Commit fc162b6

Browse files
Merge pull request #19 from daniels290813/patch-3
Update llm-monitoring-main.ipynb
2 parents 28bbc2c + f62005c commit fc162b6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

llm-monitoring-main.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,12 @@
7777
},
7878
"outputs": [],
7979
"source": [
80-
"%pip install -U -r requirements.txt"
80+
"import sys\n",
81+
"\n",
82+
"%pip install -U -r requirements.txt\n",
83+
"if sys.version_info.major == 3 and sys.version_info.minor == 9:\n",
84+
" !pip install protobuf==3.20.3"
85+
8186
]
8287
},
8388
{

0 commit comments

Comments
 (0)