]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
dolly : add interactive prompt and port mode (#319)
authorJakob Frick <redacted>
Sun, 2 Jul 2023 18:48:02 +0000 (14:48 -0400)
committerGitHub <redacted>
Sun, 2 Jul 2023 18:48:02 +0000 (21:48 +0300)
commit965568dcd722462466afc1a729be55fb884ab64c
tree9e06e2b6d0951e02ae5805a16247507b7fb777fc
parenteea1d89ea7352f84df69761be76a914d49d023d6
dolly : add interactive prompt and port mode (#319)

* update basic function to execute prompt

* try to factor our prediciton loop

* update code

* update prompt things

* only render at the end

* add basic server port

* refactor

* fix client file descriptor

* undo common.h style changes

* undo sytle changes to main.cpp

* fix check for interactive port
examples/common.cpp
examples/common.h
examples/dolly-v2/main.cpp