TylerHilbert commited on
Commit
6a5ea9f
·
1 Parent(s): 3e80395

triton-runner and ort/onnx

Browse files
PyTorchConference2025_GithubRepos.json CHANGED
@@ -1232,6 +1232,7 @@
1232
  {
1233
  "repo_name": "triton-runner",
1234
  "repo_link": "https://github.com/toyaix/triton-runner",
 
1235
  "github_about_section": "Multi-Level Triton Runner supporting Python, IR, PTX, and cubin.",
1236
  "homepage_link": "https://triton-runner.org",
1237
  "contributors_all": 1,
@@ -1274,15 +1275,6 @@
1274
  "contributors_2024": 1,
1275
  "contributors_2023": 3
1276
  },
1277
- {
1278
- "repo_name": "ort",
1279
- "repo_link": "https://github.com/pytorch/ort",
1280
- "github_about_section": "Accelerate PyTorch models with ONNX Runtime",
1281
- "contributors_all": 47,
1282
- "contributors_2025": 0,
1283
- "contributors_2024": 7,
1284
- "contributors_2023": 9
1285
- },
1286
  {
1287
  "repo_name": "StreamDiffusion",
1288
  "repo_link": "https://github.com/cumulo-autumn/StreamDiffusion",
@@ -1306,5 +1298,17 @@
1306
  "repo_link": "https://github.com/aws-neuron/aws-neuron-sdk",
1307
  "github_about_section": "Powering AWS purpose-built machine learning chips. Blazing fast and cost effective, natively integrated into PyTorch and TensorFlow and integrated with your favorite AWS services",
1308
  "homepage_link": "https://aws.amazon.com/ai/machine-learning/neuron"
 
 
 
 
 
 
 
 
 
 
 
 
1309
  }
1310
  ]
 
1232
  {
1233
  "repo_name": "triton-runner",
1234
  "repo_link": "https://github.com/toyaix/triton-runner",
1235
+ "category": "debugger",
1236
  "github_about_section": "Multi-Level Triton Runner supporting Python, IR, PTX, and cubin.",
1237
  "homepage_link": "https://triton-runner.org",
1238
  "contributors_all": 1,
 
1275
  "contributors_2024": 1,
1276
  "contributors_2023": 3
1277
  },
 
 
 
 
 
 
 
 
 
1278
  {
1279
  "repo_name": "StreamDiffusion",
1280
  "repo_link": "https://github.com/cumulo-autumn/StreamDiffusion",
 
1298
  "repo_link": "https://github.com/aws-neuron/aws-neuron-sdk",
1299
  "github_about_section": "Powering AWS purpose-built machine learning chips. Blazing fast and cost effective, natively integrated into PyTorch and TensorFlow and integrated with your favorite AWS services",
1300
  "homepage_link": "https://aws.amazon.com/ai/machine-learning/neuron"
1301
+ },
1302
+ {
1303
+ "repo_name": "onnxruntime",
1304
+ "repo_link": "https://github.com/microsoft/onnxruntime",
1305
+ "github_about_section": "ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator",
1306
+ "homepage_link": "https://onnxruntime.ai"
1307
+ },
1308
+ {
1309
+ "repo_name": "ort",
1310
+ "repo_link": "https://github.com/pykeio/ort",
1311
+ "github_about_section": "Fast ML inference & training for ONNX models in Rust",
1312
+ "homepage_link": "https://ort.pyke.io"
1313
  }
1314
  ]