Start with website
This document provides the necessary steps to set up and run the web service for this project.
1. Starting the Web Service
1.1. Compiling the Web Code
Before you can compile the web code, make sure you have installed Node.js version 18.3 or higher
Once npm is installed, navigate to the ktransformers/website
directory:
cd ktransformers/website
Next, install the Vue CLI with the following command:
npm install @vue/cli
Now you can build the project:
npm run build
Finally you can build ktransformers with website:
cd ../../
pip install .
当前内容版权归 kvcache.ai 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 kvcache.ai .