Skip to content

Parallel Chains Problem After Updating #398

Answered by digicosmos86
JoeSu112 asked this question in Q&A
Discussion options

You must be logged in to vote

Yeah this is the culprit. The problem is that newer numpy versions (>=1.26.4) stopped providing PyTensor with information about BLAS libraries, so newer versions of HSSM that depends on newer versions of PyMC (and Pytensor) will not know where to find the BLAS library.

There is an easy fix to this, which is to install PyMC in a conda environment before installing HSSM. We have a tutorial here. So basically you need to create a conda enivornment, install JAX (the GPU version with cuda versions consistent with the cuda installed on the system) and PyMC with conda, and then install HSSM via pip. We are making lots of progress in making HSSM available through conda as well, so hopefully soon …

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@JoeSu112
Comment options

@digicosmos86
Comment options

@JoeSu112
Comment options

@digicosmos86
Comment options

Answer selected by digicosmos86
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants