mirror of
https://github.com/wassname/discovering_latent_knowledge.git
synced 2026-09-11 12:10:11 +08:00
18 lines
287 B
YAML
18 lines
287 B
YAML
name: dlk3
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.11
|
|
- pytorch
|
|
- torchvision
|
|
- torchaudio
|
|
- pytorch-cuda=11.7
|
|
- cudatoolkit-dev==11.7
|
|
- cudatoolkit=11.7
|
|
- ca-certificates
|
|
- openssl
|
|
- ipykernel
|
|
- pip
|
|
- certifi
|
|
prefix: /home/ubuntu/mambaforge/envs/dlk3
|