Coder Social home page Coder Social logo

Comments (3)

retzero avatar retzero commented on June 25, 2024 1

@LysandreJik
Thank you for the feedback.
This works for me.

+    environment:
+      CUDA_VISIBLE_DEVICES: "0,1"

//

-            device_ids: ['0', '1']
+            count: all

I'm closing this ticket.

from text-generation-inference.

LysandreJik avatar LysandreJik commented on June 25, 2024

Hey! I've tried reproducing it locally, but unfortunately, I can't manage to do so. I don't have you model ID, but I see it seems to fail on the mistral import, so I designed the following docker compose file with mistral-community/Mistral-7B-v0.2:

version: '3.7'
services:
  inference-chat:
    image: ghcr.io/huggingface/text-generation-inference:2.0
    ports:
      - 8080:80
    volumes:
      - /home/ubuntu/data:/data
    command:
      - "--model-id"
      - "mistral-community/Mistral-7B-v0.2"
    deploy:
      resources:
        reservations:
          devices:
          - driver: nvidia
            device_ids: ['0']
            capabilities: [gpu]
networks:
  default:
    driver: bridge

I don't have any difference between using raw docker and docker compose, and it doesn't fail at the flash attention step. I'm using an A10G GPU which is the same generation as your A100 GPU.

Can you maybe try with the checkpoint above to see if it fails for you, to see if we identify whether the problem comes from a specific architecture or not?

from text-generation-inference.

LysandreJik avatar LysandreJik commented on June 25, 2024

Awesome 🙌

from text-generation-inference.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.