mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	server : disable context shift by default (#15416)
* server : disable context shift by default ggml-ci * server : make scopr of test parameters local
This commit is contained in:
		| @@ -3,7 +3,7 @@ from utils import * | ||||
|  | ||||
| server = ServerPreset.tinyllama_infill() | ||||
|  | ||||
| @pytest.fixture(scope="module", autouse=True) | ||||
| @pytest.fixture(autouse=True) | ||||
| def create_server(): | ||||
|     global server | ||||
|     server = ServerPreset.tinyllama_infill() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov