Commit 81028572 authored by luopl's avatar luopl
Browse files

init

parents
Pipeline #1722 canceled with stages
sentencepiece==0.1.99
pyarrow==14.0.2
pydantic==2.8.2
markdown2[all]
scikit-learn==1.2.2
requests
httpx
uvicorn
fastapi==0.112.4
einops==0.6.1
einops-exts==0.0.4
timm==0.6.13
tiktoken
transformers_stream_generator==0.0.4
scipy
pandas
pillow==10.3.0
transformers==4.44.2
\ No newline at end of file
from setuptools import setup, find_packages
from setuptools import setup, find_packages
import os
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'requirements.txt'), 'r', encoding='utf-8') as f:
requirements = f.read().splitlines()
setup(
name='ovis',
version='1.6.0',
packages=find_packages(where='.', exclude=('tests', 'docs')),
install_requires=requirements
)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment