mymyid/phi

candle-phi: 1.3b and 2.7b LLM with state of the art performance for <10b models.

Rust

0

8 commits

updated Mar 19, 2024

See the code

README

phi

candle-phi: 1.3b and 2.7b LLM with state of the art performance for <10b models.

 cargo run --release -- --model 2  --prompt "A skier slides down a frictionless slope of height 40m and length 80m. What's the skier speed at the bottom?"

Cuda

Compute Capability. bfloat16 kernels should be available from 8.0, float16 kernels from 5.3, older versions might work but you would have to give it a try.

err

nvcc fatal   : Cannot find compiler 'cl.exe' in PATH

add env path for MSVC

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64

Contributors

awangga

8 commits

mymyid/phi

candle-phi: 1.3b and 2.7b LLM with state of the art performance for <10b models.

Rust

0

8 commits

updated Mar 19, 2024

See the code

README

phi

candle-phi: 1.3b and 2.7b LLM with state of the art performance for <10b models.

 cargo run --release -- --model 2  --prompt "A skier slides down a frictionless slope of height 40m and length 80m. What's the skier speed at the bottom?"

Cuda

Compute Capability. bfloat16 kernels should be available from 8.0, float16 kernels from 5.3, older versions might work but you would have to give it a try.

err

nvcc fatal   : Cannot find compiler 'cl.exe' in PATH

add env path for MSVC

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64

Contributors

awangga

8 commits

Languages

Rust

100.0%