revert test addr change

This commit is contained in:
ngxson 2024-02-25 15:45:10 +01:00
parent a5603ded45
commit 624214aedf
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
Feature: Parallel
Background: Server startup
Given a server listening on 0.0.0.0:8080
Given a server listening on localhost:8080
And a model file stories260K.gguf
And a model alias tinyllama-2
And 42 as server seed

View file

@ -2,7 +2,7 @@
Feature: Security
Background: Server startup with an api key defined
Given a server listening on 0.0.0.0:8080
Given a server listening on localhost:8080
And a model file stories260K.gguf
And a server api key llama.cpp
Then the server is starting

View file

@ -2,7 +2,7 @@
Feature: llama.cpp server
Background: Server startup
Given a server listening on 0.0.0.0:8080
Given a server listening on localhost:8080
And a model file stories260K.gguf
And a model alias tinyllama-2
And 42 as server seed

View file

@ -6,7 +6,7 @@ Feature: Wrong usage of llama.cpp server
# to cap the number of tokens any completion request can generate
# or pass n_predict/max_tokens in the request.
Scenario: Infinite loop
Given a server listening on 0.0.0.0:8080
Given a server listening on localhost:8080
And a model file stories260K.gguf
# Uncomment below to fix the issue
#And 64 server max tokens to predict