We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0b06a commit a27aa50Copy full SHA for a27aa50
Makefile
@@ -45,6 +45,7 @@ BUILD_TARGETS = \
45
TEST_TARGETS = \
46
tests/test-autorelease \
47
tests/test-backend-ops \
48
+ tests/test-chat-template \
49
tests/test-double-float \
50
tests/test-grad0 \
51
tests/test-grammar-integration \
@@ -1070,6 +1071,7 @@ clean:
1070
1071
rm -rvf src/*.o
1072
rm -rvf tests/*.o
1073
rm -rvf examples/*.o
1074
+ rm -rvf common/*.o
1075
rm -rvf *.a
1076
rm -rvf *.dll
1077
rm -rvf *.so
0 commit comments