Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,10 +1,31 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: InternViT Complete Test
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
# InternViT-6B Complete Test
|
11 |
+
|
12 |
+
This Space provides a comprehensive test for loading the InternViT-6B-224px model with all required dependencies.
|
13 |
+
|
14 |
+
## Added Dependencies
|
15 |
+
|
16 |
+
- einops: Required for vision transformer operations
|
17 |
+
- flash-attn: Required for efficient attention computation
|
18 |
+
- Additional build tools for proper installation
|
19 |
+
|
20 |
+
## Features
|
21 |
+
|
22 |
+
- Enhanced diagnostic output with detailed system information
|
23 |
+
- Comprehensive GPU compatibility checks
|
24 |
+
- Memory usage monitoring
|
25 |
+
- Package version verification
|
26 |
+
|
27 |
+
## Instructions
|
28 |
+
|
29 |
+
1. Click the "Test Model Loading" button
|
30 |
+
2. Wait for the model to load and run the test
|
31 |
+
3. Check the results for success or errors
|