Added gguf-vram-estimator.py

This commit is contained in:
Donato Capitella
2025-07-31 12:39:17 +01:00
parent c6678c53d5
commit a193f367d4
5 changed files with 276 additions and 26 deletions
+3
View File
@@ -55,5 +55,8 @@ RUN git clean -xdf \
RUN find /opt/llama.cpp/build -type f -name 'lib*.so*' -exec cp {} /usr/lib64/ \; \
&& ldconfig
COPY gguf-vram-estimator.py /usr/local/bin/gguf-vram-estimator.py
RUN chmod +x /usr/local/bin/gguf-vram-estimator.py
# Default to interactive shell
CMD ["/bin/bash"]