Skip to content

Commit

Permalink
hotfix: fix regex issue with cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
tikikun authored Oct 19, 2023
1 parent b20a8b7 commit f9a1f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/llamaCPP.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <drogon/HttpController.h>
#include <drogon/HttpSimpleController.h>
#include <trantor/utils/Logger.h>
#include <regex>

// External

Expand Down

0 comments on commit f9a1f13

Please sign in to comment.