text-to-mesh / cog.yaml
ifire's picture
Updated dependencies and simplified mesh processing
402ba7d
build:
gpu: true
system_packages:
- "libgl1-mesa-glx"
- "libglib2.0-0"
python_version: "3.11"
cuda: "11.5" # Query nvcc --version
python_packages:
- "torch==2.3.1"
- "git+https://github.com/MarcusLoppe/meshgpt-pytorch.git@14126a20626356e9bd2e12dcf1a06872b9fe968d"
predict: "predict.py:Predictor"