Spaces:
Sleeping
Sleeping
File size: 2,487 Bytes
dbf7313 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | README.md pyproject.toml src/slop_farmer/__init__.py src/slop_farmer/app_config.py src/slop_farmer/config.py src/slop_farmer.egg-info/PKG-INFO src/slop_farmer.egg-info/SOURCES.txt src/slop_farmer.egg-info/dependency_links.txt src/slop_farmer.egg-info/entry_points.txt src/slop_farmer.egg-info/requires.txt src/slop_farmer.egg-info/top_level.txt src/slop_farmer/app/__init__.py src/slop_farmer/app/cli.py src/slop_farmer/app/dataset_refresh.py src/slop_farmer/app/dataset_status.py src/slop_farmer/app/deploy.py src/slop_farmer/app/duplicate_prs.py src/slop_farmer/app/hf_checkpoint_import.py src/slop_farmer/app/pipeline.py src/slop_farmer/app/pr_search.py src/slop_farmer/app/pr_search_api.py src/slop_farmer/app/publish.py src/slop_farmer/app/snapshot_state.py src/slop_farmer/app/workflow.py src/slop_farmer/data/__init__.py src/slop_farmer/data/dataset_card.py src/slop_farmer/data/ghreplica_api.py src/slop_farmer/data/github_api.py src/slop_farmer/data/hf_dataset_repo.py src/slop_farmer/data/http.py src/slop_farmer/data/links.py src/slop_farmer/data/normalize.py src/slop_farmer/data/parquet_io.py src/slop_farmer/data/search_duckdb.py src/slop_farmer/data/snapshot_materialize.py src/slop_farmer/data/snapshot_paths.py src/slop_farmer/data/snapshot_source.py src/slop_farmer/reports/__init__.py src/slop_farmer/reports/analysis.py src/slop_farmer/reports/analysis_cache.py src/slop_farmer/reports/analysis_service.py src/slop_farmer/reports/canonical_duplicate_pr.py src/slop_farmer/reports/dashboard.py src/slop_farmer/reports/duplicate_prs.py src/slop_farmer/reports/new_contributor_report.py src/slop_farmer/reports/pr_heuristics.py src/slop_farmer/reports/pr_scope.py src/slop_farmer/reports/pr_search_scope.py src/slop_farmer/reports/pr_search_service.py src/slop_farmer/reports/read_views.py src/slop_farmer/reports/user_activity.py tests/test_analysis.py tests/test_analysis_cache.py tests/test_canonical_duplicate_pr.py tests/test_cli.py tests/test_config.py tests/test_dashboard.py tests/test_dataset_status.py tests/test_farmer_setup_assets.py tests/test_ghreplica_api.py tests/test_github_api.py tests/test_hf_checkpoint_import.py tests/test_http.py tests/test_links.py tests/test_new_contributor_report.py tests/test_normalize.py tests/test_pipeline_checkpoint_resume.py tests/test_pr_scope.py tests/test_pr_search.py tests/test_pr_search_api.py tests/test_publish.py tests/test_snapshot_state.py tests/test_update_transformers_dataset.py tests/test_viewer_layout.py |