mknolan commited on
Commit
1d555f7
Β·
verified Β·
1 Parent(s): 267d357

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -1,10 +1,25 @@
1
  ---
2
- title: Internvit Fixed Test
3
- emoji: πŸ“Š
4
- colorFrom: indigo
5
- colorTo: pink
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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