Skip to content

Commit e0d439c

Browse files
committed
chore: update model url
1 parent bc0395d commit e0d439c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ActionButtons.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ import { siArxiv, siGithub, siHuggingface, siDatadog, siYoutube } from 'simple-i
3333
</svg>
3434
Code
3535
</a>
36-
<a href="https://huggingface.co/InternRobotics/InternVLA-M1" target="_blank" rel="noopener noreferrer" class="bg-white bg-opacity-90 backdrop-blur-sm border-2 border-gray-300 text-gray-700 px-6 py-3 rounded-full font-medium hover:bg-opacity-100 hover:border-black hover:text-black transition-all duration-300 flex items-center gap-2 shadow-lg">
36+
<a href="https://huggingface.co/collections/InternRobotics/internvla-m1-68c96eaebcb5867786ee6cf3" target="_blank" rel="noopener noreferrer" class="bg-white bg-opacity-90 backdrop-blur-sm border-2 border-gray-300 text-gray-700 px-6 py-3 rounded-full font-medium hover:bg-opacity-100 hover:border-black hover:text-black transition-all duration-300 flex items-center gap-2 shadow-lg">
3737
<svg class="w-5 h-5 hf-yellow" fill="currentColor" viewBox="0 0 24 24">
3838
<path d={siHuggingface.path}/>
3939
</svg>
4040
Model
4141
</a>
42-
<a href="https://huggingface.co/collections/InternRobotics/internvla-m1-68c96eaebcb5867786ee6cf3" target="_blank" rel="noopener noreferrer" class="bg-white bg-opacity-90 backdrop-blur-sm border-2 border-gray-300 text-gray-700 px-6 py-3 rounded-full font-medium hover:bg-opacity-100 hover:border-black hover:text-black transition-all duration-300 flex items-center gap-2 shadow-lg">
42+
<a href="https://huggingface.co/datasets/InternRobotics/InternData-M1" target="_blank" rel="noopener noreferrer" class="bg-white bg-opacity-90 backdrop-blur-sm border-2 border-gray-300 text-gray-700 px-6 py-3 rounded-full font-medium hover:bg-opacity-100 hover:border-black hover:text-black transition-all duration-300 flex items-center gap-2 shadow-lg">
4343
<svg class="w-5 h-5 dataset-blue" fill="currentColor" viewBox="0 0 24 24">
4444
<path d={siDatadog.path}/>
4545
</svg>

0 commit comments

Comments
 (0)