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
@@ -27,4 +27,7 @@ RUN git clean -xdf \
&& cmake --build build --config Release \
&& cmake --install build --config Release
COPY gguf-vram-estimator.py /usr/local/bin/gguf-vram-estimator.py
RUN chmod +x /usr/local/bin/gguf-vram-estimator.py
CMD ["/bin/bash"]