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

[DOCUMENTATION] ROCm install using Docker #4443

Open
PonyLucky opened this issue Dec 20, 2024 · 1 comment
Open

[DOCUMENTATION] ROCm install using Docker #4443

PonyLucky opened this issue Dec 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@PonyLucky
Copy link

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
A line on README.md to explain how to install LocalAI using Docker on AMD GPUs (maybe a second one for our intel friends...).

In the Or run with docker:.

Describe alternatives you've considered
After a search on Dockerhub I see (here) 3 main categories:

  1. nvidia-cuda - NVIDIA GPUs.
  2. intel - Intel ^^.
  3. hipblas - When I installed ROCm locally once I saw HIP somewhere so I guess AMD.

If my suposition is right, can you add:

# Intel GPU:
docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-gpu-intel-f32

# AMD GPU
docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-gpu-hipblas

in the README please.

Additional context
I checked if AMD GPUs are supported first, it seems to work (#1592).

@PonyLucky PonyLucky added the enhancement New feature or request label Dec 20, 2024
@jtwolfe
Copy link
Contributor

jtwolfe commented Dec 25, 2024

I'll try to make some adjustments to the docs for this, there are a few inadequacies in the current docs regarding other functionality that i want to address too so I'll just add this to my list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants