File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 30
30
hs_err_pid *
31
31
replay_pid *
32
32
33
+ models /* .gguf
33
34
src /main /cpp /de_kherud_llama_ * .h
34
35
src /main /resources /** /* .so
35
36
src /main /resources /** /* .dylib
Original file line number Diff line number Diff line change
1
+ # Local Model Directory
2
+ This directory contains models which will be automatically downloaded
3
+ for use in java-llama.cpp's unit tests.
Original file line number Diff line number Diff line change 47
47
<jna .version>5.13.0</jna .version>
48
48
<junit .version>4.13.1</junit .version>
49
49
<test .plugin.version>3.2.3</test .plugin.version>
50
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
51
+ <model .home>${project.basedir} /models</model .home>
51
52
<integration .test.model>mistral-7b-instruct-v0.2.Q5_K_S.gguf</integration .test.model>
52
53
<integration .test.model.url>https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF/resolve/main/${integration.test.model} </integration .test.model.url>
53
54
</properties >
109
110
<!-- Integration Tests need a model home variable -->
110
111
<systemPropertyVariables >
111
112
<propertyName >model.home</propertyName >
112
- <integration .test.model>${integration.test.model} </integration .test.model>
113
+ <integration .test.model>${integration.test.model} </integration .test.model>
114
+ <model .home>${model.home} </model .home>
113
115
</systemPropertyVariables >
114
116
</configuration >
115
117
<executions >
You can’t perform that action at this time.
0 commit comments