fix profile example in README

This commit is contained in:
Benson Wong
2024-12-01 10:13:31 -08:00
parent 04b4760e7e
commit da46545630
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ models:
# #
# Tips: # Tips:
# - each model must be listening on a unique address and port # - each model must be listening on a unique address and port
# - the model name is in this format: "profile_name/model", like "coding/qwen" # - the model name is in this format: "profile_name:model", like "coding:qwen"
# - the profile will load and unload all models in the profile at the same time # - the profile will load and unload all models in the profile at the same time
profiles: profiles:
coding: coding:

View File

@@ -101,7 +101,7 @@ func TestProcess_UnloadAfterTTL(t *testing.T) {
// issue #19 // issue #19
func TestProcess_HTTPRequestsHaveTimeToFinish(t *testing.T) { func TestProcess_HTTPRequestsHaveTimeToFinish(t *testing.T) {
if testing.Short() { if testing.Short() {
t.Skip("skipping long test") t.Skip("skipping slow test")
} }
expectedMessage := "12345" expectedMessage := "12345"