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