Skip to content

Commit

Permalink
Merge pull request #4 from ManishMadan2882/main
Browse files Browse the repository at this point in the history
Bar charts for Llama 3.1 comparison
  • Loading branch information
dartpain authored Aug 16, 2024
2 parents c074feb + 13d90f4 commit c48ea98
Show file tree
Hide file tree
Showing 26 changed files with 2,610 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dist/
downloads/
eggs/
.eggs/
lib/
/lib/
lib64/
parts/
sdist/
Expand Down
17 changes: 17 additions & 0 deletions frontend/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit c48ea98

Please sign in to comment.