Initial release: 2,824 GPU specifications

This commit is contained in:
jaberjaber23 2026-01-07 16:26:21 +03:00
commit dfb3c9a54b
8 changed files with 239694 additions and 0 deletions

23
package.json Normal file
View file

@ -0,0 +1,23 @@
{
"name": "gpu-database",
"version": "1.0.0",
"description": "Comprehensive GPU specifications database for AI and GPU kernel development",
"author": "RightNow AI <hello@rightnowai.co>",
"license": "Apache-2.0",
"homepage": "https://www.rightnowai.co",
"repository": {
"type": "git",
"url": "https://github.com/RightNowAI/gpu-database.git"
},
"keywords": [
"gpu",
"nvidia",
"cuda",
"amd",
"intel",
"specifications",
"database",
"machine-learning",
"deep-learning"
]
}