mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
fix: comment typo
This commit is contained in:
parent
1f3b2aeee4
commit
82c7f951f2
@ -1122,7 +1122,7 @@ def get_model(
|
||||
raise ValueError(f"Unsupported model type {model_type}")
|
||||
|
||||
|
||||
# get_model wraps the internal _get_model function and adds support for loading adapters
|
||||
# get_model_with_lora_adapters wraps the internal get_model function and adds support for loading adapters
|
||||
# this provides a post model loading hook to load adapters into the model after the model has been loaded
|
||||
def get_model_with_lora_adapters(
|
||||
model_id: str,
|
||||
|
Loading…
Reference in New Issue
Block a user