Skip to content

Commit

Permalink
update data.toml to include the accelerate project description
Browse files Browse the repository at this point in the history
Signed-off-by: felsweg <[email protected]>
  • Loading branch information
felsweg authored Aug 2, 2024
1 parent c671245 commit 807d8f8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions content/pages/projects/data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ links = [
name = "FORTRESS"
desc = "Security Container for Sensitive Data"
tags = ["vault", "encryption", "cryptography", "security", "isolation"]


links = [
{ name = "homepage", url = "/fortress" },
{ name = "github", url = "https://github.com/versotile-org/fortress" },
{ name = "docs", url = "https://docs.versotile.org/fortress" },
]


[[project]]
name = "Accelerate"
desc = "Simplified Machine Learning Model Abstraction Layer"
tags = ["machine-learning", "llm", "transformer", "model", "loading"]
links = [
{ name = "homepage", url = "/accelerate" },
{ name = "github", url = "https://github.com/versotile-org/verso-accelerator" },
]

0 comments on commit 807d8f8

Please sign in to comment.