dylanebert HF Staff commited on
Commit
b559a87
·
verified ·
1 Parent(s): c6da9e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,11 +1,13 @@
1
  ---
2
  license: llama3.1
3
  library_name: transformers
4
- pipeline_tag: text-to-3d
5
  tags:
6
  - mesh-generation
7
  ---
8
 
 
 
9
  # LLaMA-Mesh: Unifying 3D Mesh Generation with Language Models
10
 
11
  [**Paper**](https://arxiv.org/pdf/2411.09595) | [**Project Page**](https://research.nvidia.com/labs/toronto-ai/LLaMA-Mesh/)
 
1
  ---
2
  license: llama3.1
3
  library_name: transformers
4
+ pipeline_tag: text-generation
5
  tags:
6
  - mesh-generation
7
  ---
8
 
9
+ Mirror of [LLaMA-Mesh](https://huggingface.co/Zhengyi/LLaMA-Mesh) with the text-generation pipeline tag for inference API support.
10
+
11
  # LLaMA-Mesh: Unifying 3D Mesh Generation with Language Models
12
 
13
  [**Paper**](https://arxiv.org/pdf/2411.09595) | [**Project Page**](https://research.nvidia.com/labs/toronto-ai/LLaMA-Mesh/)