Skip to content

Commit 4bdbdbf

Browse files
authored
Merge pull request #666 from basetenlabs/l4_support
BT-8763 Add L4 GPU to the list of supported accelerator types
2 parents 8cc4e36 + bb6a24d commit 4bdbdbf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "truss"
3-
version = "0.7.7rc4"
3+
version = "0.7.7rc5"
44
description = "A seamless bridge from model development to model delivery"
55
license = "MIT"
66
readme = "README.md"

truss/truss_config.py

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
class Accelerator(Enum):
4444
T4 = "T4"
45+
L4 = "L4"
4546
A10G = "A10G"
4647
V100 = "V100"
4748
A100 = "A100"

0 commit comments

Comments
 (0)