Skip to content

Commit

Permalink
chore: drop embedded models
Browse files Browse the repository at this point in the history
Since the remote gallery was introduced this is now completely
superseded by it. In order to keep the code clean and remove redudant
parts let's simplify the usage.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
  • Loading branch information
mudler committed Jan 29, 2025
1 parent 7f62b41 commit a1863d3
Show file tree
Hide file tree
Showing 33 changed files with 2 additions and 921 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ swagger:

.PHONY: gen-assets
gen-assets:
$(GOCMD) run core/dependencies_manager/manager.go embedded/webui_static.yaml core/http/static/assets
$(GOCMD) run core/dependencies_manager/manager.go webui_static.yaml core/http/static/assets

## Documentation
docs/layouts/_default:
Expand Down
126 changes: 0 additions & 126 deletions docs/content/docs/advanced/run-other-models.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/content/docs/getting-started/container-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The AIO Images are inheriting the same environment variables as the base images
| Variable | Default | Description |
| ---------------------| ------- | ----------- |
| `PROFILE` | Auto-detected | The size of the model to use. Available: `cpu`, `gpu-8g` |
| `MODELS` | Auto-detected | A list of models YAML Configuration file URI/URL (see also [running models]({{%relref "docs/advanced/run-other-models" %}})) |
| `MODELS` | Auto-detected | A list of models YAML Configuration file URI/URL (see also [running models]({{%relref "docs/getting-started/models" %}})) |


## Standard container images
Expand Down
72 changes: 0 additions & 72 deletions embedded/embedded.go

This file was deleted.

9 changes: 0 additions & 9 deletions embedded/model_library.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions embedded/models/all-minilm-l6-v2.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions embedded/models/animagine-xl.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions embedded/models/bakllava.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions embedded/models/bark.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions embedded/models/cerbero.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions embedded/models/codellama-7b-gguf.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions embedded/models/codellama-7b.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions embedded/models/coqui.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions embedded/models/dolphin-2.5-mixtral-8x7b.yaml

This file was deleted.

59 changes: 0 additions & 59 deletions embedded/models/hermes-2-pro-mistral.yaml

This file was deleted.

Loading

0 comments on commit a1863d3

Please sign in to comment.