Update synthetic.py
This commit is contained in:
parent
04ec7af3e8
commit
4813fda120
1 changed files with 0 additions and 2 deletions
|
|
@ -78,7 +78,6 @@ class SyntheticDataKit:
|
|||
use_bitsandbytes = False,
|
||||
**kwargs,
|
||||
)
|
||||
print(engine_args)
|
||||
if "dtype" in engine_args:
|
||||
dtype_val = engine_args["dtype"]
|
||||
if dtype_val == torch.float16: dtype_val = "float16"
|
||||
|
|
@ -118,7 +117,6 @@ class SyntheticDataKit:
|
|||
else:
|
||||
subprocess_commands += ["--" + flag, which,]
|
||||
pass
|
||||
print(subprocess_commands)
|
||||
vllm_process = subprocess.Popen(
|
||||
subprocess_commands,
|
||||
stdout = subprocess.PIPE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue