Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: llama3.1
|
| 3 |
library_name: transformers
|
| 4 |
-
pipeline_tag: text-
|
| 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/)
|