Make procname optional - commented out in requirements

- Comment out procname in requirements-nvidia.txt
- Comment out procname in requirements-vulkan.txt
- Add note about requiring libproc2-dev for procname
parent 389851fe
...@@ -9,7 +9,7 @@ accelerate>=0.24.0 ...@@ -9,7 +9,7 @@ accelerate>=0.24.0
# System resource detection # System resource detection
psutil>=5.9.0 psutil>=5.9.0
procname>=0.3.0 # optional - for setting process name # procname>=0.3.0 # optional - uncomment to set process name (requires libproc2-dev)
# Optional: for better performance with NVIDIA GPUs # Optional: for better performance with NVIDIA GPUs
bitsandbytes>=0.41.0 bitsandbytes>=0.41.0
......
...@@ -8,7 +8,7 @@ pydantic>=2.5.0 ...@@ -8,7 +8,7 @@ pydantic>=2.5.0
# System resource detection # System resource detection
psutil>=5.9.0 psutil>=5.9.0
procname>=0.3.0 # optional - for setting process name # procname>=0.3.0 # optional - uncomment to set process name (requires libproc2-dev)
# HuggingFace Hub for downloading GGUF models # HuggingFace Hub for downloading GGUF models
huggingface-hub>=0.19.0 huggingface-hub>=0.19.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment