Skip to content

Commit 09e0ee5

Browse files
committed
Update ilab
1 parent abfdb64 commit 09e0ee5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/modules/ROOT/pages/module-ilab.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,9 @@ It may take a minute to start, but you should see the following:
417417

418418
[source,bash]
419419
----
420-
INFO 2024-11-07 23:03:09,682 instructlab.model.serve:136: Using model '/home/instruct/instructlab/models/parasol-model.gguf' with -1 gpu-layers and 4096 max context size.
421-
INFO 2024-11-07 23:03:09,683 instructlab.model.serve:140: Serving model '/home/instruct/instructlab/models/parasol-model.gguf' with llama-cpp
422-
INFO 2024-11-07 23:04:57,699 instructlab.model.backends.llama_cpp:232: Replacing chat template:
420+
INFO instructlab.model.serve:136: Using model '/home/instruct/instructlab/models/parasol-model.gguf' with -1 gpu-layers and 4096 max context size.
421+
INFO instructlab.model.serve:140: Serving model '/home/instruct/instructlab/models/parasol-model.gguf' with llama-cpp
422+
INFO instructlab.model.backends.llama_cpp:232: Replacing chat template:
423423
{% for message in messages %}
424424
{% if message['role'] == 'user' %}
425425
{{ '<|user|>
@@ -435,8 +435,8 @@ INFO 2024-11-07 23:04:57,699 instructlab.model.backends.llama_cpp:232: Replacing
435435
{{ '<|assistant|>' }}
436436
{% endif %}
437437
{% endfor %}
438-
INFO 2024-11-07 23:04:57,702 instructlab.model.backends.llama_cpp:189: Starting server process, press CTRL+C to shutdown server...
439-
INFO 2024-11-07 23:04:57,702 instructlab.model.backends.llama_cpp:190: After application startup complete see http://127.0.0.1:8000/docs for API.
438+
INFO instructlab.model.backends.llama_cpp:189: Starting server process, press CTRL+C to shutdown server...
439+
INFO instructlab.model.backends.llama_cpp:190: After application startup complete see http://127.0.0.1:8000/docs for API.
440440
----
441441

442442
=== Interacting with the Model

0 commit comments

Comments
 (0)