You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import a new backend called OmniInfer and create an installation script
for it. The deployment and inference processes will be the same as those
used with VLLM.
Patch details:
1. Apply `dos2unix()` to all files.
2. Change permissions to executable (`chmod a+x`) for all shell scripts.
3. Loosen restrictions on the Python version in `pyproject.toml`.
4. Complete the VLLM unpatching in `omni_infer`, as unpatching is
currently tricky and depends on VLLM at commit @65334ef3.
0 commit comments