Spaces:
Running
Running
Arnav Chavan
commited on
Commit
•
bbd04e3
1
Parent(s):
f0351ab
updated eval email
Browse files- src/assets.py +4 -0
- src/content.py +1 -1
src/assets.py
CHANGED
@@ -8,6 +8,7 @@ custom_css = """
|
|
8 |
overflow: visible !important;
|
9 |
display: flex;
|
10 |
align-items: center;
|
|
|
11 |
}
|
12 |
|
13 |
.logo2 {
|
@@ -21,6 +22,9 @@ custom_css = """
|
|
21 |
align-items: center;
|
22 |
}
|
23 |
|
|
|
|
|
|
|
24 |
.title {
|
25 |
display: flex;
|
26 |
align-items: center;
|
|
|
8 |
overflow: visible !important;
|
9 |
display: flex;
|
10 |
align-items: center;
|
11 |
+
background-color: #0f0f11;
|
12 |
}
|
13 |
|
14 |
.logo2 {
|
|
|
22 |
align-items: center;
|
23 |
}
|
24 |
|
25 |
+
.logo2 img {
|
26 |
+
height: 70px;
|
27 |
+
}
|
28 |
.title {
|
29 |
display: flex;
|
30 |
align-items: center;
|
src/content.py
CHANGED
@@ -13,7 +13,7 @@ of Large Language Models (LLMs) on Edge hardware - starting with a Raspberry Pi
|
|
13 |
Anyone from the community can request a new base model or edge hardware/backend/optimization
|
14 |
configuration for automated benchmarking:
|
15 |
|
16 |
-
- Model evaluation requests will be made live soon, in the meantime feel free to email to -
|
17 |
|
18 |
## ✍️ Details
|
19 |
|
|
|
13 |
Anyone from the community can request a new base model or edge hardware/backend/optimization
|
14 |
configuration for automated benchmarking:
|
15 |
|
16 |
+
- Model evaluation requests will be made live soon, in the meantime feel free to email to - edge-llm-evaluation[@]nyunai[dot]com
|
17 |
|
18 |
## ✍️ Details
|
19 |
|