Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,10 +1,24 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: InternViT Simple Test
|
3 |
+
emoji: 🔍
|
4 |
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
# InternViT-6B Simple Test
|
11 |
+
|
12 |
+
This Space provides a simplified test for loading the InternViT-6B-224px model and running basic inference.
|
13 |
+
|
14 |
+
## Purpose
|
15 |
+
|
16 |
+
- Test if the model can be loaded with GPU acceleration
|
17 |
+
- Check memory usage and GPU compatibility
|
18 |
+
- Verify the model can perform forward passes
|
19 |
+
|
20 |
+
## Instructions
|
21 |
+
|
22 |
+
1. Click the "Test Model Loading" button
|
23 |
+
2. Wait for the model to load and run the test
|
24 |
+
3. Check the results for success or errors
|