mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 01:04:36 +00:00
Custom provider WIP
This commit is contained in:
parent
389c80d7a8
commit
1f9a3a00cc
17 changed files with 1185 additions and 107 deletions
|
|
@ -216,7 +216,9 @@ esac
|
|||
|
||||
# --- Install additional packages ---------------------------------------------
|
||||
echo "Installing additional packages..."
|
||||
uv pip install huggingface-hub psutil tensorrt hf_transfer
|
||||
# Note: tensorrt removed temporarily due to CUDA 13.0 compatibility issues
|
||||
# TensorRT still depends on deprecated nvidia-cuda-runtime-cu13 package
|
||||
uv pip install huggingface-hub psutil hf_transfer
|
||||
|
||||
# --- FlashInfer installation (optional, improves performance) ----------------
|
||||
echo "Attempting FlashInfer installation (optional)..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue