fix test_lora_update.py starvation message check (#13702)
This commit is contained in:
@@ -713,7 +713,7 @@ MAX_LOADED_LORAS_TESTS = [
|
||||
"lora_path": "pbevan11/llama-3.1-8b-ocr-correction",
|
||||
"pinned": True,
|
||||
},
|
||||
expected_error="unpin some adapters",
|
||||
expected_error="starvation",
|
||||
),
|
||||
Operation(
|
||||
type=OperationType.UNLOAD,
|
||||
@@ -768,7 +768,7 @@ EVICTION_TESTS = [
|
||||
"lora_path": "Nutanix/Meta-Llama-3.1-8B-Instruct_lora_4_alpha_16",
|
||||
"pinned": True,
|
||||
},
|
||||
expected_error="unpin some adapters",
|
||||
expected_error="starvation",
|
||||
),
|
||||
Operation(
|
||||
type=OperationType.LOAD,
|
||||
@@ -809,7 +809,7 @@ EVICTION_TESTS = [
|
||||
"lora_path": "philschmid/code-llama-3-1-8b-text-to-sql-lora",
|
||||
"pinned": True,
|
||||
},
|
||||
expected_error="unpin some adapters",
|
||||
expected_error="starvation",
|
||||
),
|
||||
Operation(
|
||||
type=OperationType.LOAD,
|
||||
|
||||
Reference in New Issue
Block a user