derek-thomas
commited on
Commit
·
4c6424c
1
Parent(s):
70b93f5
Updating to show version
Browse files- 01_1_TGI-launcher.ipynb +20 -0
01_1_TGI-launcher.ipynb
CHANGED
@@ -20,6 +20,26 @@
|
|
20 |
"- `--port`"
|
21 |
]
|
22 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
{
|
24 |
"cell_type": "code",
|
25 |
"execution_count": 2,
|
|
|
20 |
"- `--port`"
|
21 |
]
|
22 |
},
|
23 |
+
{
|
24 |
+
"cell_type": "code",
|
25 |
+
"execution_count": 1,
|
26 |
+
"id": "1db2b5d1-337c-4b17-95f9-431cd3e631f2",
|
27 |
+
"metadata": {
|
28 |
+
"tags": []
|
29 |
+
},
|
30 |
+
"outputs": [
|
31 |
+
{
|
32 |
+
"name": "stdout",
|
33 |
+
"output_type": "stream",
|
34 |
+
"text": [
|
35 |
+
"text-generation-launcher 2.0.2\n"
|
36 |
+
]
|
37 |
+
}
|
38 |
+
],
|
39 |
+
"source": [
|
40 |
+
"!text-generation-launcher --version"
|
41 |
+
]
|
42 |
+
},
|
43 |
{
|
44 |
"cell_type": "code",
|
45 |
"execution_count": 2,
|