improved pip install for probmodels-ddpm-fm
This commit is contained in:
parent
fe1393fcd1
commit
148118cbe3
@ -76,7 +76,12 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"%pip install --upgrade --quiet einops bayesian_torch\n",
|
||||
"try:\n",
|
||||
" import google.colab # to ensure that we are inside colab\n",
|
||||
" !pip install --upgrade --quiet einops bayesian_torch\n",
|
||||
"except ImportError:\n",
|
||||
" print('This notebook is running locally, please make sure the necessary pip packages are installed.')\n",
|
||||
" pass\n",
|
||||
"!git clone https://github.com/tum-pbs/Diffusion-based-Flow-Prediction.git\n",
|
||||
"%cd Diffusion-based-Flow-Prediction/"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user