Update src/txagent/txagent.py
Browse files- src/txagent/txagent.py +1 -1
src/txagent/txagent.py
CHANGED
@@ -504,7 +504,7 @@ class TxAgent:
|
|
504 |
sampling_params = SamplingParams(
|
505 |
temperature=temperature,
|
506 |
max_tokens=max_new_tokens,
|
507 |
-
|
508 |
seed=seed if seed is not None else self.seed,
|
509 |
)
|
510 |
|
|
|
504 |
sampling_params = SamplingParams(
|
505 |
temperature=temperature,
|
506 |
max_tokens=max_new_tokens,
|
507 |
+
|
508 |
seed=seed if seed is not None else self.seed,
|
509 |
)
|
510 |
|