From da465456302b0c2bdec96726dde6d73f2e866a31 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Sun, 1 Dec 2024 10:13:31 -0800 Subject: [PATCH] fix profile example in README --- README.md | 2 +- proxy/process_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 932a370..cd15d4c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ models: # # Tips: # - 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 profiles: coding: diff --git a/proxy/process_test.go b/proxy/process_test.go index 8d41771..fbf629b 100644 --- a/proxy/process_test.go +++ b/proxy/process_test.go @@ -101,7 +101,7 @@ func TestProcess_UnloadAfterTTL(t *testing.T) { // issue #19 func TestProcess_HTTPRequestsHaveTimeToFinish(t *testing.T) { if testing.Short() { - t.Skip("skipping long test") + t.Skip("skipping slow test") } expectedMessage := "12345"