Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(conda): use transformers-env with vllm,exllama(2) #1554

Merged
merged 2 commits into from
Jan 6, 2024
Merged

Conversation

mudler
Copy link
Owner

@mudler mudler commented Jan 6, 2024

Attempts to reduce image size

Copy link

netlify bot commented Jan 6, 2024

Deploy Preview for localai canceled.

Name Link
🔨 Latest commit df373a4
🔍 Latest deploy log https://app.netlify.com/sites/localai/deploys/65992bfd30f934000897c8a3

@mudler mudler force-pushed the slim_deps branch 2 times, most recently from 43b9c0e to 47e3fe7 Compare January 6, 2024 09:57
@mudler mudler force-pushed the slim_deps branch 2 times, most recently from 8c7a753 to 34d1643 Compare January 6, 2024 10:22
@mudler mudler changed the title deps(conda): use transformers with vllm deps(conda): use transformers-env with vllm,exllama(2) Jan 6, 2024
@mudler mudler merged commit 949da77 into master Jan 6, 2024
24 checks passed
@mudler mudler deleted the slim_deps branch January 6, 2024 12:32
truecharts-admin referenced this pull request in truecharts/public Jan 8, 2024
….0 by renovate (#17044)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://github.com/mudler/LocalAI) |
minor | `v2.4.1-cublas-cuda11-ffmpeg-core` ->
`v2.5.0-cublas-cuda11-ffmpeg-core` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>mudler/LocalAI (docker.io/localai/localai)</summary>

### [`v2.5.0`](https://github.com/mudler/LocalAI/releases/tag/v2.5.0)

[Compare
Source](https://github.com/mudler/LocalAI/compare/v2.4.1...v2.5.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

##### What's Changed

This release adds more embedded models, and shrink image sizes.

You can run now `phi-2` ( see
[here](https://localai.io/basics/getting_started/#running-popular-models-one-click)
for the full list ) locally by starting localai with:

    docker run -ti -p 8080:8080 localai/localai:v2.5.0-ffmpeg-core phi-2

LocalAI accepts now as argument a list of short-hands models and/or URLs
pointing to valid yaml file. A popular way to host those files are
Github gists.

For instance, you can run `llava`, by starting `local-ai` with:

```bash
docker run -ti -p 8080:8080 localai/localai:v2.5.0-ffmpeg-core https://raw.githubusercontent.com/mudler/LocalAI/master/embedded/models/llava.yaml
```

##### Exciting New Features 🎉

- feat: more embedded models, coqui fixes, add model usage and
description by [@&#8203;mudler](https://github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1556](https://github.com/mudler/LocalAI/pull/1556)

##### 👒 Dependencies

- deps(conda): use transformers-env with vllm,exllama(2) by
[@&#8203;mudler](https://github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1554](https://github.com/mudler/LocalAI/pull/1554)
- deps(conda): use transformers environment with autogptq by
[@&#8203;mudler](https://github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1555](https://github.com/mudler/LocalAI/pull/1555)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1558](https://github.com/mudler/LocalAI/pull/1558)

##### Other Changes

- ⬆️ Update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1557](https://github.com/mudler/LocalAI/pull/1557)

**Full Changelog**:
mudler/LocalAI@v2.4.1...v2.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
GabrielBarzen referenced this pull request in GabrielBarzen/charts Feb 2, 2024
….0 by renovate (truecharts#17044)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://github.com/mudler/LocalAI) |
minor | `v2.4.1-cublas-cuda11-ffmpeg-core` ->
`v2.5.0-cublas-cuda11-ffmpeg-core` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>mudler/LocalAI (docker.io/localai/localai)</summary>

### [`v2.5.0`](https://github.com/mudler/LocalAI/releases/tag/v2.5.0)

[Compare
Source](https://github.com/mudler/LocalAI/compare/v2.4.1...v2.5.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

##### What's Changed

This release adds more embedded models, and shrink image sizes.

You can run now `phi-2` ( see
[here](https://localai.io/basics/getting_started/#running-popular-models-one-click)
for the full list ) locally by starting localai with:

    docker run -ti -p 8080:8080 localai/localai:v2.5.0-ffmpeg-core phi-2

LocalAI accepts now as argument a list of short-hands models and/or URLs
pointing to valid yaml file. A popular way to host those files are
Github gists.

For instance, you can run `llava`, by starting `local-ai` with:

```bash
docker run -ti -p 8080:8080 localai/localai:v2.5.0-ffmpeg-core https://raw.githubusercontent.com/mudler/LocalAI/master/embedded/models/llava.yaml
```

##### Exciting New Features 🎉

- feat: more embedded models, coqui fixes, add model usage and
description by [@&truecharts#8203;mudler](https://github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1556](https://github.com/mudler/LocalAI/pull/1556)

##### 👒 Dependencies

- deps(conda): use transformers-env with vllm,exllama(2) by
[@&truecharts#8203;mudler](https://github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1554](https://github.com/mudler/LocalAI/pull/1554)
- deps(conda): use transformers environment with autogptq by
[@&truecharts#8203;mudler](https://github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1555](https://github.com/mudler/LocalAI/pull/1555)
- ⬆️ Update ggerganov/llama.cpp by
[@&truecharts#8203;localai-bot](https://github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1558](https://github.com/mudler/LocalAI/pull/1558)

##### Other Changes

- ⬆️ Update docs version mudler/LocalAI by
[@&truecharts#8203;localai-bot](https://github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1557](https://github.com/mudler/LocalAI/pull/1557)

**Full Changelog**:
mudler/LocalAI@v2.4.1...v2.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant