A model serving and governance system for CogStack NLP solutions

1 Open Issue Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub
AI/ML Model Serving

AI Summary: The task is to fix bugs in the GitHub Actions workflow for building and pushing Docker images for the CogStack ModelServe project. This involves correcting issues with manual workflow runs on arbitrary branches, preventing overwriting of the `dev` image, and implementing tagging of images with git commit SHAs for better traceability and rollback capabilities. The solution likely involves modifying the existing GitHub Actions YAML file to incorporate more robust branching logic, conditional tagging based on branch and commit, and potentially using semantic versioning for releases.

Complexity: 4/5
bug good first issue

A model serving and governance system for CogStack NLP solutions

Python