[Doc]: fix typos in various files (#28567)

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-11-15 20:27:50 +01:00
committed by GitHub
parent 07cadab27a
commit 2bb4435cb7
5 changed files with 6 additions and 6 deletions

View File

@@ -299,7 +299,7 @@ class InductorAdaptor(CompilerInterface):
self.base_cache_dir = cache_dir[: -len(prefix)] if prefix else cache_dir
if disable_cache:
return
# redirect the cache directory to a sub-directory
# redirect the cache directory to a subdirectory
# set flags so that Inductor and Triton store their cache
# in the cache_dir, then users only need to copy the cache_dir
# to another machine to reuse the cache.