Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
add gemma-2-27b
Browse files
src/lib/components/Playground/Playground.svelte
CHANGED
|
@@ -22,6 +22,7 @@
|
|
| 22 |
decode: (value: string | null) => value || ''
|
| 23 |
});
|
| 24 |
const compatibleModels: string[] = [
|
|
|
|
| 25 |
'meta-llama/Meta-Llama-3-8B-Instruct',
|
| 26 |
'meta-llama/Meta-Llama-3-70B-Instruct',
|
| 27 |
'mistralai/Mistral-7B-Instruct-v0.3'
|
|
|
|
| 22 |
decode: (value: string | null) => value || ''
|
| 23 |
});
|
| 24 |
const compatibleModels: string[] = [
|
| 25 |
+
'google/gemma-2-27b-it',
|
| 26 |
'meta-llama/Meta-Llama-3-8B-Instruct',
|
| 27 |
'meta-llama/Meta-Llama-3-70B-Instruct',
|
| 28 |
'mistralai/Mistral-7B-Instruct-v0.3'
|