Przeglądaj źródła

ci: codespell fixes

AlpinDale 6 miesięcy temu
rodzic
commit
f18eeaf59a
3 zmienionych plików z 4 dodań i 4 usunięć
  1. 1 1
      config.yaml
  2. 1 1
      docs/pages/installation/installation-xpu.md
  3. 2 2
      pyproject.toml

+ 1 - 1
config.yaml

@@ -15,7 +15,7 @@ basic_args:
   # If you want a custom model name for the API, specify it here
   - served_model_name:
 
-  # Wether or not to launch the Kobold API server. Used for hosting
+  # Whether or not to launch the Kobold API server. Used for hosting
   # on Kobold Horde. Takes a boolean value (true/false)
   - launch_kobold_api:
 

+ 1 - 1
docs/pages/installation/installation-xpu.md

@@ -31,7 +31,7 @@ Second, install Python packages for Aphrodite XPU backend:
 ```sh
 source /opt/intel/oneapi/setvars.sh
 pip install -U pip
-pip instal -v -r requirements-xpu.txt
+pip install -v -r requirements-xpu.txt
 ```
 
 Finally, build:

+ 2 - 2
pyproject.toml

@@ -46,8 +46,8 @@ ignore = [
 ]
 
 [tool.codespell]
-ignore-words-list = "dout, te, indicies, ist, subtile"
-skip = "./tests/,./aphrodite/endpoints/kobold/klite.embd,./kernels/"
+ignore-words-list = "dout, te, indicies, ist, subtile, wit, whit, beseige"
+skip = "./tests/,./aphrodite/endpoints/kobold/klite.embd,./kernels/,./tests/benchmarks/sonnet.txt"
 
 [tool.isort]
 use_parentheses = true