We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f40847 commit e36eea5Copy full SHA for e36eea5
.github/workflows/build.yml
@@ -26,6 +26,9 @@ jobs:
26
- os: windows-latest
27
torch-version: 2.0.0
28
python-version: "3.10"
29
+ - os: ubuntu-latest
30
+ torch-version: 2.1.1
31
+ python-version: "3.11"
32
#- os: macos-latest
33
# torch-version: 2.0.0
34
# python-version: "3.10"
conda/cebra.yml
@@ -17,10 +17,9 @@ channels:
17
- pytorch
18
- defaults
19
dependencies:
20
- - python<3.10
+ - python
21
- pip
22
23
- jupyter
24
- - nb_conda
25
- pip:
- cebra
conda/cebra_paper_m1.yml
@@ -21,7 +21,7 @@
# source ~/miniconda/bin/activate
# conda init zsh
-name: piVAE_m1
+name: cebra_paper_m1
channels:
- apple
- pytorch-lts
0 commit comments