We’re exploring embedding open-source models from Hugging Face into our application.
For teams that have done this — how are you building containerized applications around these models?
- Is there a reference workflow you follow (from model pull → packaging within application → deployment)?
- How do you check the sourced AI model for any vuln (Is the concept same as checking for vulnerabilities like Open Source Dependencies)
-do you use any artificatory like Jfrog or sonatype to store the models ?
- what are other considerations to make to embed the models within application compared to making API calls to OpenAI/Anthropic ?