feat(aio): add intel profile (#1901)

* feat(aio): add intel profile

* docs: clarify AIO images features
This commit is contained in:
Ettore Di Giacinto 2024-03-26 18:45:25 +01:00 committed by GitHub
parent 1395e505cd
commit e58410fa99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 178 additions and 23 deletions

View file

@ -1,6 +1,5 @@
name: text-embedding-ada-002
backend: sentencetransformers
embeddings: true
parameters:
model: all-MiniLM-L6-v2

View file

@ -20,7 +20,6 @@ usage: |
-H "Content-Type: application/json" \
-d '{
"prompt": "<positive prompt>|<negative prompt>",
"model": "dreamshaper",
"step": 25,
"size": "512x512"
}'

View file

@ -1,8 +1,6 @@
backend: llama-cpp
context_size: 4096
f16: true
gpu_layers: 90
mmap: true
name: gpt-4-vision-preview