File tree Expand file tree Collapse file tree 3 files changed +22
-22
lines changed Expand file tree Collapse file tree 3 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 32
32
{
33
33
"cell_type" : " code" ,
34
34
"source" : [
35
- " !BRANCH=\" ${BRANCH:-main}\"\n " ,
36
- " !echo \" using BRANCH=$BRANCH\"\n " ,
37
35
" !script_address=\" https://raw.githubusercontent.com/makslevental/mlir-python-extras/refs/heads/$BRANCH/scripts/get_latest_gpu_bindings.py\"\n " ,
38
36
" !latest_cuda_version=$(curl $script_address | python -)\n " ,
39
37
" !pip install -q mlir_python_bindings==$latest_cuda_version -f https://makslevental.github.io/wheels\n " ,
40
- " !pip install git+https://github.com/makslevental/mlir-python-extras@$BRANCH &> /dev/null "
38
+ " !BRANCH= \" ${BRANCH:-main} \" && pip install -q git+https://github.com/makslevental/mlir-python-extras@$BRANCH"
41
39
],
42
40
"metadata" : {
43
41
"colab" : {
Original file line number Diff line number Diff line change 23
23
},
24
24
"outputs" : [],
25
25
"source" : [
26
- " !BRANCH=\" ${BRANCH:-main}\"\n " ,
27
- " !echo \" using BRANCH=$BRANCH\"\n " ,
28
- " !pip install mlir-python-bindings -f https://makslevental.github.io/wheels &> /dev/null\n " ,
29
- " !pip install git+https://github.com/makslevental/mlir-python-extras@$BRANCH &> /dev/null"
26
+ " !pip install -q mlir-python-bindings -f https://makslevental.github.io/wheels\n " ,
27
+ " !BRANCH=\" ${BRANCH:-main}\" && pip install -q git+https://github.com/makslevental/mlir-python-extras@$BRANCH"
30
28
]
31
29
},
32
30
{
Original file line number Diff line number Diff line change 16
16
},
17
17
"cells" : [
18
18
{
19
+ "metadata" : {},
20
+ "cell_type" : " code" ,
21
+ "outputs" : [],
22
+ "execution_count" : null ,
23
+ "source" : " "
24
+ },
25
+ {
26
+ "metadata" : {},
27
+ "cell_type" : " markdown" ,
28
+ "source" : [
29
+ " # Welcome to `mlir-python-extras` enjoy your stay!\n " ,
30
+ " \n " ,
31
+ " more at https://github.com/makslevental/mlir-python-extras"
32
+ ]
33
+ },
34
+ {
35
+ "metadata" : {},
19
36
"cell_type" : " code" ,
20
- "execution_count" : 1 ,
21
- "metadata" : {
22
- "colab" : {
23
- "base_uri" : " https://localhost:8080/"
24
- },
25
- "id" : " Xh-QUDWiX-FD" ,
26
- "outputId" : " 6865a63a-daa4-4610-e33a-721d37c0211f" ,
27
- "ExecuteTime" : {
28
- "end_time" : " 2024-02-02T23:38:41.840251128Z" ,
29
- "start_time" : " 2024-02-02T23:38:31.521453852Z"
30
- }
31
- },
32
37
"outputs" : [],
38
+ "execution_count" : null ,
33
39
"source" : [
34
- " !BRANCH=\" ${BRANCH:-main}\"\n " ,
35
- " !echo \" using BRANCH=$BRANCH\"\n " ,
36
40
" !pip install -q mlir-python-bindings -f https://makslevental.github.io/wheels\n " ,
37
- " !pip install -q git+https://github.com/makslevental/mlir-python-extras@$BRANCH"
41
+ " !BRANCH= \" ${BRANCH:-main} \" && pip install -q git+https://github.com/makslevental/mlir-python-extras@$BRANCH\n "
38
42
]
39
43
},
40
44
{
You can’t perform that action at this time.
0 commit comments