ggerganov / ggml

Tensor library for machine learning
MIT License
11.25k stars 1.05k forks source link

sync : llama.cpp #1006

Closed ggerganov closed 2 weeks ago

ggerganov commented 2 weeks ago

TODO:

slaren commented 2 weeks ago

The test-opt should just be disabled until it is updated in #988, since the opt interface has been removed it cannot be updated.

Looks like other tests are failing too, I will update them.

slaren commented 2 weeks ago

I disabled all tests and examples that depend on ggml_opt. They should be re-enabled or removed in #988.