Skip to content

Commit 502a1b7

Browse files
authored
feat(expo-example): add bielik 1.5b gguf preset (#195)
1 parent 9059a47 commit 502a1b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/expo-example/src/config/providers.common.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ export const commonLanguageAdapters: SetupAdapter<LanguageModelV3>[] = [
4343
createLlamaLanguageSetupAdapter(
4444
'Qwen/Qwen2.5-3B-Instruct-GGUF/qwen2.5-3b-instruct-q3_k_m.gguf'
4545
),
46+
createLlamaLanguageSetupAdapter(
47+
'speakleash/Bielik-1.5B-v3.0-Instruct-GGUF/Bielik-1.5B-v3.0-Instruct.Q8_0.gguf',
48+
toolDefinitions
49+
),
4650
createMLCLanguageSetupAdapter('Llama-3.2-1B-Instruct'),
4751
createMLCLanguageSetupAdapter('Llama-3.2-3B-Instruct'),
4852
createMLCLanguageSetupAdapter('Phi-3.5-mini-instruct'),

0 commit comments

Comments
 (0)