Skip to content

Commit c02df30

Browse files
committed
docs: update docstrings and small code fixes
- update docstrings for AutoGGUF.py and add for lora_conversion.py and Logger.py - fix IDE detected code typos and errors
1 parent 7ac297a commit c02df30

12 files changed

+345
-153
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
7878
# queries: security-extended,security-and-quality
7979

80-
# If the analyze step fails for one of the languages you are analyzing with
80+
# If the analysis step fails for one of the languages you are analyzing with
8181
# "We were unable to automatically build your code", modify the matrix above
8282
# to set the build mode to "manual" for that language. Then modify this step
8383
# to build your code.

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can find issues labeled with "good first issue" in the Issues tab as a start
3333

3434
- Use the present tense ("Add feature" not "Added feature")
3535
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
36-
- Limit the first line to 72 characters or less
36+
- Limit the first line to 72 characters or fewer
3737

3838
### Commit Types:
3939

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Find them in `requirements.txt`.
107107

108108
View the list of supported languages at [AutoGGUF/wiki/Installation#configuration](https://github.com/leafspark/AutoGGUF/wiki/Installation#configuration) (LLM translated, except for English).
109109

110-
To use a specific language, set the `AUTOGGUF_LANGUAGE` environment variable to one of the listed language codes (note: some languages may not be fully supported yet, those will fallback to English).
110+
To use a specific language, set the `AUTOGGUF_LANGUAGE` environment variable to one of the listed language codes (note: some languages may not be fully supported yet, those will fall back to English).
111111

112112
## Known Issues
113113

SECURITY.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Supported Versions
44

5-
| Version | Supported |
6-
| ----------------- | ------------------ |
7-
| stable (v1.6.2) | :white_check_mark: |
5+
| Version | Supported |
6+
|-----------------|--------------------|
7+
| stable (v1.6.2) | :white_check_mark: |
88

99
## Reporting a Vulnerability
1010

0 commit comments

Comments
 (0)