Skip to content

Commit aa1c23d

Browse files
authored
Merge pull request #124 from danielferr85/main
Force torch version. Issue #122
2 parents 31cf0f0 + 30e9319 commit aa1c23d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RKLLama: LLM Server and Client for Rockchip 3588/3576
22

3-
### [Version: 0.0.60](#New-Version)
3+
### [Version: 0.0.61](#New-Version)
44

55
Video demo ( version 0.0.1 ):
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rkllama"
3-
version = "0.0.60"
3+
version = "0.0.61"
44
authors = [
55
{ name="NotPunchnox", email="punchnoxpro@gmail.com" },
66
{ name="TomJacobsUK", email="tom@tomjacobs.co.uk" },
@@ -15,7 +15,7 @@ dependencies = [
1515
"huggingface_hub",
1616
"python-dotenv",
1717
"transformers==4.57.6",
18-
"torch",
18+
"torch==2.8.0",
1919
"flask-cors",
2020
"pydantic>=2.0.0",
2121
"psutil",

0 commit comments

Comments
 (0)