AITemplate
AITemplate copied to clipboard
Example Models Wishlist
We keep a wishlist of examples may appear in v0.2 or later release. Any contributions are welcomed.
- [ ] Distributed Inference: OPT-175B
- [ ] Wav2Vec
- [ ] Hubert
- [ ] Detectron2: FCOS / YOLO / VitDet
- [ ] Insightface: TBD
- [ ] SD: "circular" padding_mode support
Openai whisper ?
ESM-2 https://github.com/facebookresearch/esm
Real-ESRGAN and Real-CUGAN for image upscaling.
NeRF https://github.com/yenchenlin/nerf-pytorch
- Stable Diffusion with dynamic resolution support
- GFPGAN for facial correction (https://github.com/TencentARC/GFPGAN)
how to use c++ api to run a model
Dynamic batching for comiple and runtime :)
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_instruct_pix2pix.py
LLaMA please
For LLAMA or other generative AI model needs, you may check out HippoML: https://blog.hippoml.com/large-language-model-inference-from-datacenter-to-edge-ed2f94da4a81
@drxmy @dhawalkp
For LLAMA or other generative AI model needs, you may check out HippoML: https://blog.hippoml.com/large-language-model-inference-from-datacenter-to-edge-ed2f94da4a81
@drxmy @dhawalkp
Thank you! I just joined the waitlist. Is this another open source project or paid service?
For LLAMA or other generative AI model needs, you may check out HippoML: https://blog.hippoml.com/large-language-model-inference-from-datacenter-to-edge-ed2f94da4a81 @drxmy @dhawalkp
Thank you! I just joined the waitlist. Is this another open source project or paid service?
It is a closed-source system. We are considering releasing a community version.
Hi is "SD: "circular" padding_mode support" added to the current compilation?