calebnwokocha commited on
Commit
b398d65
·
1 Parent(s): 76157ea

Delete GPT2.cbp

Browse files
Files changed (1) hide show
  1. GPT2.cbp +0 -58
GPT2.cbp DELETED
@@ -1,58 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2
- <CodeBlocks_project_file>
3
- <FileVersion major="1" minor="6" />
4
- <Project>
5
- <Option title="GPT2" />
6
- <Option pch_mode="2" />
7
- <Option compiler="gcc" />
8
- <Build>
9
- <Target title="Debug">
10
- <Option output="bin/Debug/GPT2" prefix_auto="1" extension_auto="1" />
11
- <Option object_output="obj/Debug/" />
12
- <Option type="1" />
13
- <Option compiler="gcc" />
14
- <Compiler>
15
- <Add option="-g" />
16
- </Compiler>
17
- </Target>
18
- <Target title="Release">
19
- <Option output="bin/Release/GPT2" prefix_auto="1" extension_auto="1" />
20
- <Option object_output="obj/Release/" />
21
- <Option type="1" />
22
- <Option compiler="gcc" />
23
- <Compiler>
24
- <Add option="-O2" />
25
- </Compiler>
26
- <Linker>
27
- <Add option="-s" />
28
- </Linker>
29
- </Target>
30
- </Build>
31
- <Compiler>
32
- <Add option="-Wall" />
33
- <Add option="-fexceptions" />
34
- </Compiler>
35
- <Unit filename="GPT2.cbp" />
36
- <Unit filename="GPT2.layout" />
37
- <Unit filename="ggml-aarch64.c">
38
- <Option compilerVar="CC" />
39
- </Unit>
40
- <Unit filename="ggml-aarch64.h" />
41
- <Unit filename="ggml-common.h" />
42
- <Unit filename="ggml-cpu-impl.h" />
43
- <Unit filename="ggml-impl.h" />
44
- <Unit filename="ggml-quants.c">
45
- <Option compilerVar="CC" />
46
- </Unit>
47
- <Unit filename="ggml-quants.h" />
48
- <Unit filename="ggml.c">
49
- <Option compilerVar="CC" />
50
- </Unit>
51
- <Unit filename="ggml.h" />
52
- <Unit filename="main-ctx.cpp" />
53
- <Unit filename="quantize.cpp" />
54
- <Extensions>
55
- <lib_finder disable_auto="1" />
56
- </Extensions>
57
- </Project>
58
- </CodeBlocks_project_file>