mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Model: WIP horde and API tests
This commit is contained in:
@@ -471,7 +471,6 @@ class HFTorchInferenceModel(HFInferenceModel):
|
||||
additional_bad_words_ids = [self.tokenizer.encode("\n")] if single_line else []
|
||||
|
||||
if seed is not None:
|
||||
print("seeding", seed)
|
||||
torch.manual_seed(seed)
|
||||
|
||||
with torch.no_grad():
|
||||
|
Reference in New Issue
Block a user