2024-01-31 10:38:07 +08:00
|
|
|
:: MIT license
|
|
|
|
|
:: Copyright (C) 2024 Intel Corporation
|
|
|
|
|
:: SPDX-License-Identifier: MIT
|
|
|
|
|
|
2024-02-02 15:53:27 +08:00
|
|
|
set INPUT2="Building a website can be done in 10 simple steps:\nStep 1:"
|
2024-01-31 10:38:07 +08:00
|
|
|
@call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 --force
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.\build\bin\main.exe -m models\llama-2-7b.Q4_0.gguf -p %INPUT2% -n 400 -e -ngl 33 -s 0
|
|
|
|
|
|
|
|
|
|
|