-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Application] fix some settings for LLaMA
The ENABLE_ENCODER2 option allows you to use specific tokenizer file on server. However, this option does not fit the general user usage scenario because the tokenizer varies from every llama version to be distributed. In addition, the situation in which tokenizer is not used at all does not conform to the general usage scenario, too. So, now the default setting is to always use the tokenizer of the path specified by the user. **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: Seungbaek Hong <[email protected]>
- Loading branch information
Showing
1 changed file
with
18 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters