WIP: backend-dev #1

Closed
peisongxiao wants to merge 0 commits from backend-dev into master
Owner

Minimal working version of the backend, wait until future commits for more detailed README.

For now, to run:

  1. Build llama.cpp (we need llama-server)
  2. Run llama-server with: ./llama-server -t <num-of-threads-to-use> -m <gguf-model-file> --port 8081 -n <num-of-tk-to-predict>
  3. Run the go backend with go run main.go
  4. Use the python cli with python3 cli.py or ./cli.py
Minimal working version of the backend, wait until future commits for more detailed README. For now, to run: 1. Build llama.cpp (we need llama-server) 2. Run llama-server with: `./llama-server -t <num-of-threads-to-use> -m <gguf-model-file> --port 8081 -n <num-of-tk-to-predict>` 3. Run the go backend with `go run main.go` 4. Use the python cli with `python3 cli.py` or `./cli.py`
peisongxiao added 4 commits 2025-10-14 06:05:13 +00:00
peisongxiao requested review from AndyLiu 2025-10-14 06:05:14 +00:00
peisongxiao requested review from AngelinaLiang 2025-10-14 06:05:14 +00:00
peisongxiao requested review from jinfeng 2025-10-14 06:05:14 +00:00
peisongxiao requested review from RockCui 2025-10-14 06:05:14 +00:00
peisongxiao changed title from backend-dev to WIP: backend-dev 2025-10-14 06:06:02 +00:00
Author
Owner

Please find attached a video demo.

Please find attached a video demo.
peisongxiao added 1 commit 2025-10-14 06:22:23 +00:00
peisongxiao added 1 commit 2025-10-14 06:25:10 +00:00
peisongxiao added 1 commit 2025-10-14 06:25:54 +00:00
peisongxiao added 1 commit 2025-10-14 06:26:39 +00:00
peisongxiao added 1 commit 2025-10-14 06:27:34 +00:00
peisongxiao added 1 commit 2025-10-14 06:28:51 +00:00
peisongxiao self-assigned this 2025-10-16 20:46:01 +00:00
peisongxiao added 1 commit 2025-10-21 00:15:34 +00:00
peisongxiao added 1 commit 2025-10-21 02:46:37 +00:00
peisongxiao closed this pull request 2025-10-21 02:53:25 +00:00

Pull request closed

Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: CS348Project/cs348project#1
No description provided.