Skip to content

Commit 195d5a1

Browse files
committed
doc
1 parent 4dc8b82 commit 195d5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ HoML brings the best of both worlds together, offering:
2121
* **One-Line Installation:** A simple, one-line script for easy installation and upgrades across a wide range of machines.
2222
* **Simple CLI:** An intuitive command-line interface for managing and running models.
2323
* **Easy Model Management:** A `pull` command to download models from the Hugging Face Hub.
24-
* **Automatic Model Loading/Unloading:** Models are loaded and unloaded from memory as needed, with an option to disable this feature.
24+
* **Automatic GPU Memory Management:** HoML intelligently manages your GPU memory. Models are automatically loaded when requested via the OpenAI-compatible API and unloaded when another model is requested. To free up resources for other applications, models are also automatically unloaded after a configurable idle period (defaulting to 10 minutes).
2525
* **Interactive Chat:** A `run` command to start an interactive chat session with a model.
2626
* **OpenAI-Compatible API:** A built-in server that exposes an OpenAI-compatible API for seamless integration with existing tools.
2727
* **Curated Model List:** A website and a curated list of tested and verified models, with clear version compatibility.

0 commit comments

Comments
 (0)