biogpt.cpp icon indicating copy to clipboard operation
biogpt.cpp copied to clipboard

Port of Microsoft's BioGPT in C/C++ using ggml

Results 3 biogpt.cpp issues
Sort by recently updated
recently updated
newest added

Thanks for taking the time to build this! Awesome initiative. So I'm stuck here because I did this: ```bash mkdir build && cd build cmake .. cmake --build . --config...

How to run a large model https://huggingface.co/microsoft/BioGPT-Large/tree/main

Decode the entire sequence at once, instead of one a per-token basis.