Comment out the list of chat features until it is ready.

This commit is contained in:
Adam Treat
2023-04-09 20:23:52 -04:00
parent e1677cb353
commit f4ab48b0fa
3 changed files with 27 additions and 27 deletions

View File

@@ -740,7 +740,7 @@ void GPTJ::prompt(const std::string &prompt, std::function<bool(const std::strin
break;
}
#if 1
#if 0
// report timing
{
const int64_t t_main_end_us = ggml_time_us();