Specify different prior distribution only for some variables in the variables dim

Wouldn’t be sufficient to do just this?:

    alpha = pm.Beta(
        name = 'alpha',
        alpha = [1, 1, 1, 1, 1, 1],
        beta = [3, 3, 3, 3, 6, 6],
        dims = 'delay_vars'
    )