Skip to main content

No project description provided

Project description

ml-task-fusion

跨服务器llm和stable diffusion任务调用分发.

Installation

pip install mltaskfusion

在 /etc/.ml-task-fusion/main.conf 中增加以下配置:

# redis 配置
REDIS_HOST="127.0.0.1"
REDIS_PASSWORD="123456"
REDIS_PORT=6379

# vllm 框架地址
VLLM_BASE_URL="http://127.0.0.1:8000/v1"
# ollama 框架地址
OLLAMA_BASE_URL="http://127.0.0.1:11434/v1"

启动服务:

mltaskfusion-cli --models=vllm --config=/etc/.ml-task-fusion/main.conf

Usage

Basic Example

import os
from mltaskfusion.task.vllm import VllmData, VllmModel
from mltaskfusion.db import queue_client, QueueJobModel

os.environ['CONFIG_FILE'] = "/etc/.ml-task-fusion/main.conf"
queue_cli = queue_client(queue_name=VllmModel().queue_name)

prompt = """
OCR the text of the image. Extract the text of the following fields and put it in a JSON format: 'why choose us', 'about us', 'company profile'. 

If the 'why choose us', 'about us', 'company profile' fields do not appear in the image, simply return [].

Ignore Other: Ignore all other text information in the picture except for the above fields.

IMPORTANT: 
    1. YOU MUST RESPOND ONLY WITH VALID JSON. DO NOT INCLUDE ANY INTRODUCTION, EXPLANATION, OR EXTRA TEXT. ONLY PROVIDE THE JSON ARRAY.
    2. NO ADDITIONAL TEXT.

Output format:
    [
        {
            "field": "field name 1",
            "sections": [
                {
                    "title": "",
                    "content": "chunk1 text here"
                },
                {
                    "title": "",
                    "content": "chunk2 text here"
                }
            ]
        },
        {
            "field": "field name 2",
            "sections": [
                {
                    "title": "",
                    "content": "chunk3 text here"
                },
                {
                    "title": "",
                    "content": "chunk4 text here"
                }
            ]
        }
    ]                    
"""
data = VllmData(prompt=prompt, images=[], max_tokens=1024, id=helper.unique_id())
result = queue_cli.push_and_response(job=QueueJobModel(id=data.id, data=data.model_dump()), seconds=120)
print(result)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mltaskfusion-0.1.8-py2.py3-none-any.whl (14.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file mltaskfusion-0.1.8-py2.py3-none-any.whl.

File metadata

  • Download URL: mltaskfusion-0.1.8-py2.py3-none-any.whl
  • Upload date:
  • Size: 14.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.14

File hashes

Hashes for mltaskfusion-0.1.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a48e0e9df083ea30e4afb488f2c01fdce31b9f4b28378a7b1cb0c1ed42701efd
MD5 147fd0ee015ac52323753389dea5bf18
BLAKE2b-256 4c0ca3205fb1c65ea6af92b10f32d925639d717b3ad94dc1014db8728efd1b11

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page