Spaces:
Running
Running
Jesse-marqo
commited on
Commit
•
54a62dc
1
Parent(s):
56b01e3
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def main():
|
|
26 |
|
27 |
# Add header and description
|
28 |
st.header("CLIP benchmarks - retrieval and inference")
|
29 |
-
st.write("CLIP benchmarks for inference and retrieval performance. Image size, context length and output dimensions are also included. Retrieval performance comes from https://github.com/mlfoundations/open_clip/blob/main/docs/openclip_retrieval_results.csv. Tested with A10G, CUDA 12.1, Torch 2.1.0")
|
30 |
|
31 |
# Add radio button to select the CSV file
|
32 |
selected_file = st.radio("Select results for a specific GPU", ("GPU: A10g", "GPU: T4"))
|
|
|
26 |
|
27 |
# Add header and description
|
28 |
st.header("CLIP benchmarks - retrieval and inference")
|
29 |
+
st.write("CLIP benchmarks for inference and retrieval performance. Image size, context length and output dimensions are also included. Retrieval performance comes from https://github.com/mlfoundations/open_clip/blob/main/docs/openclip_retrieval_results.csv. Tested with T4 and A10G, CUDA 12.1, Torch 2.1.0, AMP, Open CLIP v2.24 .")
|
30 |
|
31 |
# Add radio button to select the CSV file
|
32 |
selected_file = st.radio("Select results for a specific GPU", ("GPU: A10g", "GPU: T4"))
|