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:
|
with open(filename, "r") as f:
|
||||||
doc = f.read()
|
doc = f.read()
|
||||||
if doc != final_doc:
|
if doc != final_doc:
|
||||||
tmp = "launcher.md"
|
tmp = "supported.md"
|
||||||
with open(tmp, "w") as g:
|
with open(tmp, "w") as g:
|
||||||
g.write(final_doc)
|
g.write(final_doc)
|
||||||
diff = subprocess.run(
|
diff = subprocess.run(
|
||||||
|
Loading…
Reference in New Issue
Block a user