testcontainers / testcontainers-java

Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
https://testcontainers.org
MIT License
7.89k stars 1.62k forks source link

Added example of how to run Hugging Face models through Ollama using TC #8771

Closed ilopezluna closed 1 week ago

ilopezluna commented 3 weeks ago

Added example of how to use OllamaContainer to run Hugging Face models

Co-authored-by: @kiview

eddumelendez commented 1 week ago

Thanks @ilopezluna !