mknolan commited on
Commit
3a88705
·
verified ·
1 Parent(s): 3d8bcd3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -4
README.md CHANGED
@@ -1,10 +1,24 @@
1
  ---
2
- title: Internvit Simple Test
3
- emoji: 🦀
4
  colorFrom: blue
5
- colorTo: gray
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 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