Skip to content

Making it easier for users to get started with CTranslate2 models #1950

@jordimas

Description

@jordimas

Problem
Currently, users must manually convert models before they can get started. This extra step creates unnecessary friction and makes onboarding more difficult than it needs to be.

Tasks

  • Create an organization in HuggingFace and add the CTranslate2 developers
  • Create a pipeline that automatically uploads to HuggingFace all the models supported converted to CTranslate2
  • Add huggingface_hub as an optional dependency to the Python bindings and provide a mechanism to load models from HuggingFace using a prefix like hf://

Example:
generator = ctranslate2.Generator("hf://ctranslate2/llama3-8b", device="cpu")

If somebody wants to get this task, it will be great

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions