Activity
Python: Merge CPU & CUDA BeamSearch objects to match GreedySearch
Python: Merge CPU & CUDA BeamSearch objects to match GreedySearch
Add LLaMA end-to-end example on CPU
Add LLaMA end-to-end example on CPU
Fix some linux build issues
Fix some linux build issues
Fix small changes for running tests
Fix small changes for running tests
Rename model stuff to have a more consistent *_cpu or *_cuda suffix.
Rename model stuff to have a more consistent *_cpu or *_cuda suffix.
Remove absolute path in tests
Remove absolute path in tests
Separate project into 2 libraries (the generators and the sample models)
Separate project into 2 libraries (the generators and the sample models)
Refactoring the sequences to be cuda specific
Refactoring the sequences to be cuda specific
SetLogits now takes a std::span vs an OrtValue
SetLogits now takes a std::span vs an OrtValue
Switch from gsl::span to std::span
Switch from gsl::span to std::span
Cuda BeamSearch now works and passes tests
Cuda BeamSearch now works and passes tests
Cmake fixes + build.bat to generate visual studio project vs direct c…
Cmake fixes + build.bat to generate visual studio project vs direct c…