Skip to content

Commit

Permalink
Add GPU ram in manifest (#65)
Browse files Browse the repository at this point in the history
* add prettier config

* add ram in the gpu model

* lock files

* added test for gpu ram

* temp remove broken test
  • Loading branch information
baktun14 authored Feb 28, 2024
1 parent 541f573 commit df4d89a
Show file tree
Hide file tree
Showing 12 changed files with 11,929 additions and 1,693 deletions.
16 changes: 16 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"printWidth": 160,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"jsxBracketSameLine": false,
"trailingComma": "none",
"requirePragma": false,
"insertPragma": false,
"singleQuote": false,
"arrowParens": "avoid",
"endOfLine": "crlf",
"htmlWhitespaceSensitivity": "strict"
}
Loading

0 comments on commit df4d89a

Please sign in to comment.