Skip to content

Commit

Permalink
🐛👷 try large mac-os image, env file
Browse files Browse the repository at this point in the history
- change environment channel list and cuda dependencies
- unify environment file again
  • Loading branch information
Henry committed Aug 16, 2023
1 parent 75380a3 commit 64f5643
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-13", "windows-latest"]
os: ["ubuntu-latest", "macos-13-xl", "windows-latest"]
python-version: ["3.8"]
steps:
- name: Checkout
Expand Down
16 changes: 9 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Dev Environment
name: vaep
channels:
# - defaults
- conda-forge
- pytorch
- fastai
- nvidia
- fastai # fastchan
- bioconda
- plotly
- defaults
- conda-forge
dependencies:
- python=3.8
- numpy
Expand All @@ -19,12 +20,13 @@ dependencies:
- seaborn
- pip
# ML
- pytorch=1
- pytorch=1 #=1.13.1=py3.8_cuda11.7_cudnn8_0
- pytorch-cuda
- scikit-learn
- fastai
- torchvision
- cudatoolkit
- tensorboard
# - torchvision
# - cudatoolkit
# - tensorboard
- umap-learn
# stats
- pingouin
Expand Down
58 changes: 0 additions & 58 deletions environment_m1.yml

This file was deleted.

74 changes: 0 additions & 74 deletions environment_win.yml

This file was deleted.

0 comments on commit 64f5643

Please sign in to comment.