Skip to content

Commit

Permalink
update the uri in description
Browse files Browse the repository at this point in the history
  • Loading branch information
runboj committed Feb 21, 2024
1 parent 1ac86d0 commit de33505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion description/PCA_v1.0.0.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"content_type": "model", "name": "PCA", "public": true, "version": "1.0.0", "type": "unsupervised", "owner": "mlexchange team", "service_type": "frontend", "uri": "mlexchange/dimension-reduction-pca:latest", "reference": "xxx", "application": ["dimension reduction"], "description": "xxx", "gui_parameters": [{"type": "dropdown", "name": "ncomp-dropdown-menu", "title": "Number of Components", "value": 2, "options": [{"label": "2", "value": 2}, {"label": "3", "value": 3}], "param_key": "n_components","comp_group": "all"}], "cmd": ["python pca_run.py"], "kwargs": {}, "compute_resources": {"num_processors": 1, "num_gpus": 0}, "_id": "3ea8c895-1ddf-4ca0-bc44-e82051c15c74", "content_id": "b52f7d21-bbed-4e0e-aa7e-511c29a5b130"}
{"content_type": "model", "name": "PCA", "public": true, "version": "1.0.0", "type": "unsupervised", "owner": "mlexchange team", "service_type": "frontend", "uri": "ghcr.io/runboj/mlex_dimension_reduction_pca:main", "reference": "xxx", "application": ["dimension reduction"], "description": "xxx", "gui_parameters": [{"type": "dropdown", "name": "ncomp-dropdown-menu", "title": "Number of Components", "value": 2, "options": [{"label": "2", "value": 2}, {"label": "3", "value": 3}], "param_key": "n_components","comp_group": "all"}], "cmd": ["python pca_run.py"], "kwargs": {}, "compute_resources": {"num_processors": 1, "num_gpus": 0}, "_id": "3ea8c895-1ddf-4ca0-bc44-e82051c15c74", "content_id": "b52f7d21-bbed-4e0e-aa7e-511c29a5b130"}

0 comments on commit de33505

Please sign in to comment.