under test, not sure no errors

This commit is contained in:
root
2026-09-02 07:03:56 +00:00
commit 43c43b491c
4211 changed files with 1013777 additions and 0 deletions

4
cat_ixformer_vllm.py Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python3
"""Print ixformer vllm.py source code."""
with open("/usr/local/corex/lib64/python3/dist-packages/ixformer/functions/vllm.py") as f:
print(f.read())