forked from wbrown/gpt_bpe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(code): Porting over changes from gpt_bpe.go for Mistral
- Loading branch information
Showing
2 changed files
with
88 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
|
||
# Test binary, coverage reports, and build directories | ||
*.test | ||
*.out | ||
*.coverprofile | ||
*.cover | ||
*.cov | ||
|
||
# Logs | ||
*.log | ||
|
||
# OS generated files | ||
.DS_Store | ||
Thumbs.db | ||
|
||
# Temporary files | ||
*.tmp | ||
*.temp | ||
|
||
# IDE and Editor specific files | ||
.vscode/ | ||
.idea/ | ||
*.swp | ||
*~ | ||
*.swo | ||
|
||
# Dependency directories and files | ||
vendor/ | ||
Gopkg.lock | ||
Gopkg.toml | ||
go.sum | ||
|
||
# Build directories | ||
bin/ | ||
obj/ | ||
pkg/ | ||
|
||
# Test directories | ||
Test*/ | ||
|
||
# IDE specific project files and directories | ||
*.iml | ||
*.ipr | ||
*.iws | ||
|
||
# Code coverage tool output | ||
*.prof | ||
coverage.txt | ||
|
||
# Go workspace and tools | ||
go.work | ||
go.work.sum | ||
|
||
# Exclude Go module download cache | ||
/.go/ | ||
|
||
# Exclude VS Code Go extension settings | ||
.vscode/go.*.json |
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