• drbh's avatar
    fix: use path inside of speculator config (#1935) · efb73fcb
    drbh authored
    This PR access the path on the speculator similar to
    `MLPSpeculatorHead.load` and `MedusaHeadV1.load`
    
    
    these changes resolves this error locally when loading a `MedusaHeadV2`
    ```
    TypeError: expected str, bytes or os.PathLike object, not dict
    ```
    efb73fcb
medusa.py 6.18 KB