Add Assistent reference books and remove training dataset output.
Introduce books/ with civitai-krea2 and HF fictext builders, sha-diff seed to VM, and drop train.jsonl from the civitai scrape pipeline. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -56,7 +56,7 @@ def test_seed_assistent_personas_pushes_packs(tmp_path: Path, monkeypatch):
|
||||
"gpu_rent.paths.assistent_personas_manifest_path", lambda: tmp_path / "no.yaml"
|
||||
)
|
||||
monkeypatch.setattr(
|
||||
"gpu_rent.provision.seed_civitai_examples", lambda *a, **k: None
|
||||
"gpu_rent.provision.seed_books", lambda *a, **k: None
|
||||
)
|
||||
|
||||
cfg = MagicMock()
|
||||
@@ -98,7 +98,7 @@ def test_seed_skips_empty_pack_dir(tmp_path: Path, monkeypatch):
|
||||
"gpu_rent.paths.assistent_personas_manifest_path", lambda: tmp_path / "no.yaml"
|
||||
)
|
||||
monkeypatch.setattr(
|
||||
"gpu_rent.provision.seed_civitai_examples", lambda *a, **k: None
|
||||
"gpu_rent.provision.seed_books", lambda *a, **k: None
|
||||
)
|
||||
|
||||
cfg = MagicMock()
|
||||
|
||||
Reference in New Issue
Block a user