Closed gavinmdouglas closed 6 months ago
Hi Gavin, thanks for reporting this! There was still some work ongoing on the repository this week with a submission deadline ahead, sorry for that! Should be good to go now - let me know if the error persists.
Please note that invocation has changed to python -m vespag predict ...
now and some parameter names have slightly changed!
Hi @JSchlensok , no worries -- I figured!
Thanks -- it seems to be working now.
Cheers,
Gavin
Hi there,
I just ran into this problem when running the predict command (
python -m src.vespag.runner.predict
) with the latest developmental version:It looks like
embeddings.py
was moved tosrc/vespa/data
, but also that theget_esm2_embeddings
function was removed or renamed and put elsewhere.I can confirm that that running
python -m src.vespag.runner.predict -h
works as expected when I revert to an earlier commit (3a781ade47c526d00530582f6447f182e81089e8).Cheers,
Gavin