File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - uses : actions/checkout@v3
14+ with :
15+ submodules : " true"
1416 - name : Set up Python
1517 uses : actions/setup-python@v4
1618 with :
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - uses : actions/checkout@v3
14+ with :
15+ submodules : " true"
1416 - name : Set up Python
1517 uses : actions/setup-python@v4
1618 with :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " llama_cpp_python"
3- version = " 0.1.28 "
3+ version = " 0.1.29 "
44description = " Python bindings for the llama.cpp library"
55authors = [" Andrei Betlen <abetlen@gmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1010 description = "A Python wrapper for llama.cpp" ,
1111 long_description = long_description ,
1212 long_description_content_type = "text/markdown" ,
13- version = "0.1.28 " ,
13+ version = "0.1.29 " ,
1414 author = "Andrei Betlen" ,
1515 author_email = "abetlen@gmail.com" ,
1616 license = "MIT" ,
You can’t perform that action at this time.
0 commit comments