File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " llm_benchmark"
3- version = " 0.4.6 "
3+ version = " 0.4.7 "
44description = " LLM Benchmark for Throughputs via Ollama"
55authors = [
" Jason Chuang <[email protected] >" ]
66license = " MIT"
@@ -17,9 +17,9 @@ keywords = [
1717[tool .poetry .dependencies ]
1818python = " ^3.9"
1919typer = {extras = [" all" ], version = " ^0.9.0" }
20- ollama = " ^0.4.8 "
20+ ollama = " ^0.5.1 "
2121pyyaml = " ^6.0.1"
22- requests = " ^2.32.3 "
22+ requests = " ^2.32.4 "
2323psutil = " ^5.9.8"
2424GPUtil = " ^1.4.0"
2525lib-platform = " ^1.2.10"
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ lib-platform==1.2.10
1616lib-registry == 2.0.10
1717markdown-it-py == 3.0.0
1818mdurl == 0.1.2
19- ollama == 0.4.8
19+ ollama == 0.5.1
2020psutil == 5.9.8
2121Pygments == 2.17.2
2222PyYAML == 6.0.1
23- requests == 2.32.3
23+ requests == 2.32.4
2424rich == 13.7.1
2525shellingham == 1.5.4
2626sniffio == 1.3.1
2727typer == 0.9.4
2828typing_extensions == 4.10.0
29- urllib3 == 2.2.2
29+ urllib3 == 2.5.0
3030wrapt == 1.16.0
Original file line number Diff line number Diff line change 55
66setup (
77 name = 'llm_benchmark' ,
8- version = '0.4.6 ' ,
8+ version = '0.4.7 ' ,
99 author = 'Jason Chuang' ,
10101111 description = 'LLM Benchmark' ,
2323 install_requires = [
2424 'click>=8.0.0' ,
2525 'typer==0.11.0' ,
26- 'ollama==0.2 .1' ,
26+ 'ollama==0.5 .1' ,
2727 'pyyaml==6.0.1' ,
28- 'requests==2.32.3 ' ,
28+ 'requests==2.32.4 ' ,
2929 'psutil==5.9.8' ,
3030 'GPUtil==1.4.0' ,
3131 'lib-platform==1.2.10' ,
You can’t perform that action at this time.
0 commit comments