Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AIToolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bisig daniel - dbisig
AIToolbox
Commits
ea69c17c
Commit
ea69c17c
authored
2 months ago
by
bisig daniel - dbisig
Browse files
Options
Downloads
Patches
Plain Diff
created MacOS manual installation doc for premiere environment
parent
0ff5129e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Installers/premiere_macos_cpu_install.txt
+55
-0
55 additions, 0 deletions
Installers/premiere_macos_cpu_install.txt
with
55 additions
and
0 deletions
Installers/premiere_macos_cpu_install.txt
0 → 100644
+
55
−
0
View file @
ea69c17c
# Manual Installation Instructions for Premiere Conda Environment
# MacOS CPU Version
# Prerequisites
# Install Anaconda (https://www.anaconda.com/download/success)
# Clone or Download the AIToolbox Github Repository (https://github.com/bisnad/AIToolbox)
# In the Anaconda terminal, change into the "AIToolbox/Installers" directory
cd AIToolbox/Installers
# create conda environment
conda create --name premiere python=3.10
# activate conda environment
conda activate premiere
# add conda forge as additional default channel
conda config --add channels conda-forge
# in the anaconda command, make sure to change into the directory
# that contains the fbx-2020.3.7-cp310-none-win_amd64.whl file
# install conda packages
conda install pytorch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 -c pytorch -y
conda install spyder -y
conda install numpy==1.26.4 -y
conda install transformers -y
conda install diffusers -y
conda install datasets -y
conda install sentencepiece -y
conda install evaluate -y
conda install matplotlib -y
conda install scikit-learn -y
conda install pandas -y
conda install h5py -y
conda install librosa -y
conda install python-sounddevice -y
conda install pysoundfile -y
conda install tqdm -y
conda install pyqt -y
conda install pyqtgraph -y
conda install pyopengl -y
conda install transforms3d -y
conda install pybullet -y
conda install gym -y
conda install ffmpeg-python -y
conda install opencv -y
conda install vispy -y
# install pip packages
pip install einops-exts
pip install python-osc
pip install simpleaudio
pip install vocos
pip install fbx-2020.3.7-cp310-cp310-macosx_10_15_universal2.whl
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment