dylanebert HF Staff commited on
Commit
eb96af7
·
verified ·
1 Parent(s): 0199d96

Update library_name to pytorch

Browse files

This PR ensures the library_name metadata is set to pytorch to reflect the correct library used by this model.

Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -1,10 +1,11 @@
1
- ---
2
- license: mit
3
- pipeline_tag: image-to-3d
4
- base_model:
5
- - dylanebert/LGM-full
6
- ---
7
-
8
- This custom pipeline encapsulates [LGM](https://huggingface.co/ashawkey/LGM).
9
-
 
10
  Original LGM paper: [LGM: Large Multi-View Gaussian Model for High-Resolution 3D Content Creation](https://huggingface.co/papers/2402.05054).
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: image-to-3d
4
+ library_name: pytorch
5
+ base_model:
6
+ - dylanebert/LGM-full
7
+ ---
8
+
9
+ This custom pipeline encapsulates [LGM](https://huggingface.co/ashawkey/LGM).
10
+
11
  Original LGM paper: [LGM: Large Multi-View Gaussian Model for High-Resolution 3D Content Creation](https://huggingface.co/papers/2402.05054).