Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
RichyStrong
/
VRAM-Caclulator
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
44bdb86
VRAM-Caclulator
/
.gitignore
3v324v23
Add llama.cpp VRAM calculator app and core logic
e07cd8c
about 1 month ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
184 Bytes
# Python
__pycache__/
*
.py
[cod]
*
.egg-info/
.eggs/
build/
dist/
# Test / tooling caches
.pytest_cache/
.coverage
htmlcov/
# venv
.venv/
venv/
# OS / editor
.DS_Store
.idea/
.vscode/