mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
docs: model benchmarks (#17036)
* model benchmarks * minor fixes * formatting * docs build * maybe fix reference * clarify optimal * use emojis * wording * wording * clarify optimal wording * bolding * more detailed instructions * clarify edge case fix * early exit in dim loop
This commit is contained in:
parent
ad151130f9
commit
4bfef2460a
16 changed files with 2209 additions and 255 deletions
3
machine-learning/.gitignore
vendored
3
machine-learning/.gitignore
vendored
|
|
@ -12,6 +12,9 @@ onnx__*
|
|||
*.pos_embed
|
||||
vocab.txt
|
||||
export/immich_model_exporter/models/**/README.md
|
||||
export/**/results/*.json
|
||||
export/**/root
|
||||
*.armnn
|
||||
tokenizer.json
|
||||
tokenizer_config.json
|
||||
special_tokens_map.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue