mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Different temporary filename.
This commit is contained in:
parent
7f546039ca
commit
0c6e0bc8ee
@ -121,7 +121,7 @@ def check_supported_models(check: bool):
|
||||
with open(filename, "r") as f:
|
||||
doc = f.read()
|
||||
if doc != final_doc:
|
||||
tmp = "launcher.md"
|
||||
tmp = "supported.md"
|
||||
with open(tmp, "w") as g:
|
||||
g.write(final_doc)
|
||||
diff = subprocess.run(
|
||||
|
Loading…
Reference in New Issue
Block a user