File tree Expand file tree Collapse file tree
llm-inference/gemma/src/jvmTest/kotlin/sk/ainet/models/gemma Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import kotlin.test.assertEquals
3131 */
3232@Tag(" integration" )
3333class GemmaBehavioralAbTest {
34- private val gguf = " /home/miso/projects/coral/sl2610-voice-cc-kt /models/functiongemma-physical-ai-v10-Q5_K_M.gguf"
34+ private val gguf = " /home/miso/projects/coral/SKaiNET-embedded/ sl2610-function-calling /models/functiongemma-physical-ai-v10-Q5_K_M.gguf"
3535
3636 private fun argmax (a : FloatArray ): Int {
3737 var bi = 0 ; var bv = a[0 ]
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import kotlin.test.Test
3535class RealGemmaBakeIrpaTest {
3636 @Test
3737 fun bakeRealGemmaToIrpa () = runBlocking {
38- val path = " /home/miso/projects/coral/sl2610-voice-cc-kt /models/functiongemma-physical-ai-v10-Q5_K_M.gguf"
38+ val path = " /home/miso/projects/coral/SKaiNET-embedded/ sl2610-function-calling /models/functiongemma-physical-ai-v10-Q5_K_M.gguf"
3939 val ctx = DirectCpuExecutionContext .create()
4040 val weights = Gemma4WeightLoader (
4141 randomAccessProvider = { JvmRandomAccessSource .open(path) },
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import kotlin.test.Test
1717class RealGemmaDequantDumpTest {
1818 @Test
1919 fun dumpDequant () = runBlocking {
20- val path = " /home/miso/projects/coral/sl2610-voice-cc-kt /models/functiongemma-physical-ai-v10-Q5_K_M.gguf"
20+ val path = " /home/miso/projects/coral/SKaiNET-embedded/ sl2610-function-calling /models/functiongemma-physical-ai-v10-Q5_K_M.gguf"
2121 val ctx = DirectCpuExecutionContext .create()
2222 val weights = Gemma4WeightLoader (
2323 randomAccessProvider = { JvmRandomAccessSource .open(path) },
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import kotlin.test.Test
2424class RealGemmaEagerAbTest {
2525 @Test
2626 fun eagerLogits () = runBlocking {
27- val path = " /home/miso/projects/coral/sl2610-voice-cc-kt /models/functiongemma-physical-ai-v10-Q5_K_M.gguf"
27+ val path = " /home/miso/projects/coral/SKaiNET-embedded/ sl2610-function-calling /models/functiongemma-physical-ai-v10-Q5_K_M.gguf"
2828 val ctx = DirectCpuExecutionContext .create()
2929 val weights = Gemma4WeightLoader (
3030 randomAccessProvider = { JvmRandomAccessSource .open(path) },
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import kotlin.test.Test
3232class RealGemmaExternalParamTest {
3333 @Test
3434 fun externalizeRealGemmaWeights () = runBlocking {
35- val path = " /home/miso/projects/coral/sl2610-voice-cc-kt /models/functiongemma-physical-ai-v10-Q5_K_M.gguf"
35+ val path = " /home/miso/projects/coral/SKaiNET-embedded/ sl2610-function-calling /models/functiongemma-physical-ai-v10-Q5_K_M.gguf"
3636 val ctx = DirectCpuExecutionContext .create()
3737 val weights = Gemma4WeightLoader (
3838 randomAccessProvider = { JvmRandomAccessSource .open(path) },
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import kotlin.test.Test
2121class RealGemmaLoadTest {
2222 @Test
2323 fun loadFunctionGemmaWeights () = runBlocking {
24- val path = " /home/miso/projects/coral/sl2610-voice-cc-kt /models/functiongemma-physical-ai-v10-Q5_K_M.gguf"
24+ val path = " /home/miso/projects/coral/SKaiNET-embedded/ sl2610-function-calling /models/functiongemma-physical-ai-v10-Q5_K_M.gguf"
2525 val ctx = DirectCpuExecutionContext .create()
2626 val loader = Gemma4WeightLoader (
2727 randomAccessProvider = { JvmRandomAccessSource .open(path) },
You can’t perform that action at this time.
0 commit comments