From 324afb529ec598413a447789383a74ae2a400abc Mon Sep 17 00:00:00 2001 From: Jaewook Lee <11328376+jaewooklee93@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:08:43 +0900 Subject: [PATCH] add browser link --- llama-cpp-logits/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llama-cpp-logits/README.md b/llama-cpp-logits/README.md index 4609717..6cd5665 100644 --- a/llama-cpp-logits/README.md +++ b/llama-cpp-logits/README.md @@ -22,6 +22,10 @@ volumes: llama-cache: ``` +## http://localhost:8080 브라우저 접속 +- llama.cpp에서 minimal Web UI를 제공한다. +- 첫 실행시에는 `llama-cache` 볼륨에 모델을 다운로드 받기 위해 시간이 조금 소요될 수 있다. + ## cURL test ```bash