1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

LLM(Large Language Model)Advent Calendar 2024

Day 11

llama.cpp に12月2日に行われた変更点

Last updated at Posted at 2024-12-10

Llama.cpp が12月2日からコンパイルの方法が変わりました。

commit 8648c521010620c2daccfa1d26015c668ba2c717
Author: Georgi Gerganov ggerganov@gmail.com
Date: Mon Dec 2 21:22:53 2024 +0200

make : deprecate (#10514)

* make : deprecate

旧: make
新: cmake --build build

これだけだとつまらないので。
commit a6744e43e80f4be6398fc7733a01642c846dce1d (tag: b4011)
Author: Diego Devesa slarengh@gmail.com
Date: Fri Nov 1 23:50:59 2024 +0100

llama : add simple-chat example (#10124)

* llama : add simple-chat example

---------

Co-authored-by: Xuan Son Nguyen <thichthat@gmail.com>

使用方法
llama-simple-chat -m モデルファイル

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?