Commit fd1d98a
Add LocalAI to local-apps (#833)
Hello 👋
This PR adds LocalAI (https://localai.io) to the huggingface local-apps.
It natively supports models directly from huggingface in gguf format by
running localai e.g. with `huggingface://repo-id/file` ( docs:
https://localai.io/docs/getting-started/models/#run-models-via-uri ) .
It also supports transformers - however it needs a configuration file
and can't be natively used, so piggybacking only to gguf files for now.
---------
Signed-off-by: mudler <mudler@localai.io>
Co-authored-by: Vaibhav Srivastav <vaibhavs10@gmail.com>
Co-authored-by: enzo <eesteves@hotmail.fr>1 parent 3a8651f commit fd1d98a
1 file changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
102 | 125 | | |
103 | 126 | | |
104 | 127 | | |
| |||
126 | 149 | | |
127 | 150 | | |
128 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
129 | 159 | | |
130 | 160 | | |
131 | 161 | | |
| |||
0 commit comments