I-OSUM-Pangu
1
—
by
ASLP-lab
Other
OTHER
New
0 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Create a new conda environmentbash
# Create a new conda environment
conda create -n iosum python=3.10
conda activate iosum
# Clone the repository
git clone https://github.com/ASLP-lab/I-OSUM-Pangu.git
cd I-OSUM-Pangu
# Install dependencies
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simpleInstall dependenciespython
from huggingface_hub import snapshot_download
# 下载Qwen2-Audio-7B模型
snapshot_download(
repo_id="ASLP-lab/I-OSUM-Pangu",
local_dir="path",
local_dir_use_symlinks=False,
endpoint="https://hf-mirror.com"
)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.