Skip to content

Commit

Permalink
Update releases.json for tgi 2.4.0 (awslabs#116)
Browse files Browse the repository at this point in the history
* move linux-libc-dev patch lower for tgi 2.4.0

* Update releases.json for tgi 2.4.0
  • Loading branch information
kc1998dp authored Jan 6, 2025
1 parent d84f659 commit cce6fb8
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,13 @@
],
"releases": [
{
"framework": "TEI",
"device": "cpu",
"version": "1.6.0",
"os_version": "ubuntu22.04",
"cuda_version": "cu122",
"python_version": "py310",
"pytorch_version": "2.0.1"
},
{
"framework": "TEI",
"framework": "TGI",
"device": "gpu",
"version": "1.6.0",
"version": "2.4.0",
"os_version": "ubuntu22.04",
"cuda_version": "cu122",
"python_version": "py310",
"pytorch_version": "2.0.1"
"cuda_version": "cu124",
"python_version": "py311",
"pytorch_version": "2.4.0"
}
]
}

0 comments on commit cce6fb8

Please sign in to comment.