We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used cmake to convert CMakeLists.txt to Makefile: cmake -G "MinGW Makefiles"
Then i ran make and main.exe was built.
After that i launched main.exe like this:
C:\fllm>main.exe -p "C:\fllm\Qwen-7B-Chat-int4\Qwen-7B-Chat-int4.flm" -t 8 --device_map 0 --top_p 0.9 --top_k 50 --temperature 0.7 --repeat_penalty 1.1
Main.exe silently terminated.
Can it be fixed somehow? Help me, please.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used cmake to convert CMakeLists.txt to Makefile:
cmake -G "MinGW Makefiles"
Then i ran make and main.exe was built.
After that i launched main.exe like this:
C:\fllm>main.exe -p "C:\fllm\Qwen-7B-Chat-int4\Qwen-7B-Chat-int4.flm" -t 8 --device_map 0 --top_p 0.9 --top_k 50 --temperature 0.7 --repeat_penalty 1.1
Main.exe silently terminated.
Can it be fixed somehow? Help me, please.
The text was updated successfully, but these errors were encountered: