mirror of
https://github.com/open-webui/pipelines
synced 2025-05-17 10:53:23 +00:00
Refac meta
This commit is contained in:
parent
45cba3dc5d
commit
bd2ea926bb
@ -1,10 +1,12 @@
|
|||||||
"""
|
"""
|
||||||
Name: MLX Pipeline
|
title: MLX Pipeline
|
||||||
Description: A pipeline for running the mlx-lm server with a specified model.
|
author: justinh-rahb
|
||||||
Author: justinh-rahb
|
date: 2024-05-22
|
||||||
License: MIT
|
version: 1.0
|
||||||
Python Dependencies: requests, mlx-lm
|
license: MIT
|
||||||
Environment Variables: MLX_MODEL
|
description: A pipeline for running the mlx-lm server with a specified model.
|
||||||
|
dependencies: requests, mlx-lm
|
||||||
|
environment: MLX_MODEL
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from typing import List, Union, Generator, Iterator
|
from typing import List, Union, Generator, Iterator
|
||||||
|
Loading…
Reference in New Issue
Block a user