antimatter15 / alpaca.cpp

Locally run an Instruction-Tuned Chat-Style LLM
MIT License
10.25k stars 910 forks source link

Update ggml.h #203

Open saitejamalyala opened 1 year ago

saitejamalyala commented 1 year ago

when __USE_POSIX199309 is defined (as per time.h), then CLOCK_MONOTONIC is declared.

solves the error: CLOCK_MONOTONIC undeclared, while doing make chat