Skip to content

Commit

Permalink
use the original module name: making a new one has model name conflic…
Browse files Browse the repository at this point in the history
…ts (#18)

One of these days I'll get it right.

With the old name, we had errors publishing to the registry because there were model name conflicts between two modules (the original module name and the new one that didn't mention Jetpack). Ideally, we'll rename this module to not mention Jetpack, since you can now run it without it.
  • Loading branch information
penguinland authored Oct 29, 2024
1 parent d642e73 commit 245fe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://dl.viam.dev/module.schema.json",
"module_id": "viam:mlmodelservice-triton",
"module_id": "viam:mlmodelservice-triton-jetpack",
"visibility": "public",
"url": "https://github.com/viamrobotics/viam-mlmodelservice-triton",
"description": "Viam Triton Inference Server Module",
Expand Down

0 comments on commit 245fe2e

Please sign in to comment.