Cam Ng

Results 2 comments of Cam Ng

Hi @zeozeozeo, sorry for the late response. Since your OS is Windows, the `llama_model_path` is a bit difference. For example, here is my model path: `"C:\Users\UserName\Downloads\nitro-win-amd64-avx2-cuda-11-7\llama-2-7b-model.gguf"` Then here is the...

@tikikun @hiro-v Here is my structured logging proposal, please advise. ```json { "timestamp": "2024-04-04T12:00:00Z", "log_id": "123e4567-e89b-12d3-a456-426614174000", "log_level": "INFO", "message": "Nitro started" } { "timestamp": "2024-04-04T12:00:00Z", "log_id": "123e4567-e89b-12d3-a456-426614174001", "log_level": "DEBUG", "message":...