python-gfm 0.1.2__tar.gz → 0.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_gfm-0.1.2 → python_gfm-0.1.3}/PKG-INFO +1 -1
- {python_gfm-0.1.2 → python_gfm-0.1.3}/pyproject.toml +1 -1
- {python_gfm-0.1.2 → python_gfm-0.1.3}/python_gfm.egg-info/PKG-INFO +1 -1
- {python_gfm-0.1.2 → python_gfm-0.1.3}/python_gfm.egg-info/SOURCES.txt +0 -2
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/runtime.py +49 -42
- python_gfm-0.1.2/src/pygfm/baseline_models/gcot/graphgpt/model/graph_layers/bpe_simple_vocab_16e6.txt.gz +0 -0
- python_gfm-0.1.2/src/pygfm/baseline_models/graphgpt/model/graph_layers/bpe_simple_vocab_16e6.txt.gz +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/README.md +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/python_gfm.egg-info/dependency_links.txt +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/python_gfm.egg-info/entry_points.txt +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/python_gfm.egg-info/requires.txt +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/python_gfm.egg-info/top_level.txt +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/setup.cfg +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/bim_gfm/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/bim_gfm/ablation.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/bim_gfm/downprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/bim_gfm/preprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/bridge/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/bridge/downprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/bridge/downprompt_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/bridge/preprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/classic_gnn/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/classic_gnn/downprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/classic_gnn/preprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/downprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/downprompt_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/build_instruct_arxiv_ds.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/constants.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/conversation.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/eval/run_graphgpt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/eval/run_graphgpt_LP.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/eval/run_vicuna.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/GraphLlama.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/GraphLlama_pl.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/apply_delta.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/apply_lora.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/builder.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/compression.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/convert_fp16.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/graph_layers/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/graph_layers/clip_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/graph_layers/graph_transformer.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/graph_layers/mpnn.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/graph_layers/simple_tokenizer.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/make_delta.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/model_adapter.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/model_registry.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/monkey_patch_non_inplace.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/protocol/openai_api_protocol.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/api_provider.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/bard_worker.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/cacheflow_worker.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/cli.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/controller.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/controller_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/gradio_block_arena_anony.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/gradio_block_arena_named.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/gradio_css.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/gradio_patch.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/gradio_web_server.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/gradio_web_server_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/gradio_web_server_multi.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/huggingface_api.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/inference.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/model_worker.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/model_worker_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/monitor/basic_stats.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/monitor/clean_battle_data.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/monitor/elo_analysis.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/monitor/hf_space_leaderboard_app.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/monitor/monitor.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/openai_api_server.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/register_worker.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/test_message.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/test_throughput.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/train/graphchat_trainer.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/train/llama_flash_attn_monkey_patch.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/train/train_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/train/train_light.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/train/train_lora.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/train/train_mem.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/preprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/build_instruct_arxiv_ds.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/constants.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/conversation.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/eval/run_graphgpt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/eval/run_graphgpt_LP.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/eval/run_vicuna.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/GraphLlama.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/GraphLlama_pl.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/apply_delta.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/apply_lora.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/builder.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/compression.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/convert_fp16.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/graph_layers/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/graph_layers/clip_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/graph_layers/graph_transformer.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/graph_layers/mpnn.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/graph_layers/simple_tokenizer.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/make_delta.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/model_adapter.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/model_registry.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/monkey_patch_non_inplace.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/protocol/openai_api_protocol.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/api_provider.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/bard_worker.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/cacheflow_worker.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/cli.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/controller.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/controller_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/gradio_block_arena_anony.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/gradio_block_arena_named.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/gradio_css.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/gradio_patch.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/gradio_web_server.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/gradio_web_server_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/gradio_web_server_multi.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/huggingface_api.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/inference.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/model_worker.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/model_worker_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/monitor/basic_stats.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/monitor/clean_battle_data.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/monitor/elo_analysis.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/monitor/hf_space_leaderboard_app.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/monitor/monitor.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/openai_api_server.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/register_worker.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/test_message.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/test_throughput.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/train/graphchat_trainer.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/train/llama_flash_attn_monkey_patch.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/train/train_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/train/train_light.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/train/train_lora.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/train/train_mem.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphkeeper/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphkeeper/downprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphkeeper/downprompt_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphkeeper/preprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphmore/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphmore/downprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphmore/downprompt_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphmore/preprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphprompt/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphprompt/downprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphprompt/downprompt_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphprompt/preprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphprompt/prompt_layers.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/eval/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/eval/run_icl.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/graph_text/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/graph_text/agent.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/graph_text/conversation.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/graph_text/graph_instruction_dataset.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/graph_text/icl.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/graph_text/llama_flash_attn_monkey_patch.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/graph_text/model.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/graph_text/prompts.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/graph_text/samplers.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/llm/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/llm/deepseek.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/llm/fake_llm.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/llm/gpt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/llm/llama_icl.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/llm/llm.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/llm/smoke_llm.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/train/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/train/run_sft.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/basics/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/basics/cfg_utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/basics/iterables.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/basics/logging.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/basics/np_utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/basics/os_utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/data/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/data/graph_tree.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/data/ppr.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/data/preprocess.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/data/pyg_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/data/textual_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/pkg/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/pkg/dict2xml.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/pkg/distributed.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/pkg/graph_utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/pkg/hf_utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/project/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphtext/utils/project/exp.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graver/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graver/downprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graver/downprompt_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graver/preprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/hgprompt/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/hgprompt/downprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/hgprompt/preprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/hgprompt/prompt_layers.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/eval/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/eval/eval_pretrain.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/eval/eval_pretrain_logit.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/eval/eval_res.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/fixtures/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/fixtures/smoke_bundle.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/io_utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/apply_delta.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/builder.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/consolidate.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/language_model/llaga_llama.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/language_model/llaga_mpt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/language_model/llaga_opt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/language_model/mpt/adapt_tokenizer.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/language_model/mpt/attention.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/language_model/mpt/blocks.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/language_model/mpt/configuration_mpt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/language_model/mpt/custom_embedding.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/language_model/mpt/flash_attn_triton.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/language_model/mpt/hf_prefixlm_converter.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/language_model/mpt/meta_init_context.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/language_model/mpt/modeling_mpt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/language_model/mpt/norm.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/language_model/mpt/param_init_fns.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/llaga_arch.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/make_delta.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/model/utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/paths.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/pyg_dataset.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/train/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/train/llaga_trainer.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/train/llama_flash_attn_monkey_patch.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/train/train.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/train/train_mem.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/utils/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/utils/constants.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/utils/conversation.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/utils/data_process.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/llaga/utils/utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/mdgfm/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/mdgfm/downprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/mdgfm/downprompt_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/mdgfm/preprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/mdgpt/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/mdgpt/downprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/mdgpt/downprompt_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/mdgpt/multidomain_gfm.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/mdgpt/preprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/aug.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/downprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/layers/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/layers/discriminator.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/layers/discriminator2.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/layers/gcn.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/layers/readout.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/models/LP.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/models/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/models/dgi.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/models/gcnlayers.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/models/graphcl.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/models/logreg.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/paths.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/preprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/multigprompt/utils/process.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/KG/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/KG/gen_data.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/chemmol/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/chemmol/gen_data.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/chemmol/gen_raw_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/ofa_data.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/single_graph/Cora/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/single_graph/Cora/gen_data.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/single_graph/Pubmed/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/single_graph/Pubmed/gen_data.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/single_graph/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/single_graph/arxiv/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/single_graph/arxiv/gen_data.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/single_graph/gen_data.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/single_graph/wikics/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/single_graph/wikics/gen_data.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/data/torch_io.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/fs_datamanager.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/lightning/data_template.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/lightning/metric.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/lightning/module_template.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/lightning/training.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/nn/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/nn/layer/pyg.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/nn/loss.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/nn/models/GNN.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/nn/models/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/nn/models/dgl.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/nn/models/pyg.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/nn/models/task_predictor.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/nn/models/util_model.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/nn/pooling.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/nn/resolver.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/utils/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/utils/datasets.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/utils/graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/utils/io.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/gp/utils/utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/lightning_model.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/models/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/models/model.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/ofa_datasets.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/paths.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/run_cdm.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/task_constructor.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/oneforall/utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/rag_gfm/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/rag_gfm/preprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/attack_data_gen/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/attack_data_gen/lib/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/attack_data_gen/lib/data_utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/attack_data_gen/lib/gcn_surrogate.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/attack_data_gen/lib/paths.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/attack_data_gen/pipeline/01_train_gcn_surrogate.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/attack_data_gen/pipeline/02_nettack_reports.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/attack_data_gen/pipeline/03_assemble_final.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/attack_data_gen/pipeline/04_random_perturb.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/attack_data_gen/pipeline/05_metattack_surrogate.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/attack_data_gen/pipeline/06_metattack_batch.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/community_detection/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/community_detection/pipeline/01_detect_communities.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/community_detection/pipeline/02_analyze_communities.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/downstream/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/downstream/lib/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/downstream/lib/config.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/downstream/models/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/downstream/models/down_model.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/downstream/models/moe.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/downstream/pipeline/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/downstream/pipeline/train_downstream.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/few_shot_gen/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/few_shot_gen/pipeline/01_generate_splits.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/node_feature_enhance/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/node_feature_enhance/pipeline/01_build_enhanced_x.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/paths.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/pretrain/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/pretrain/pipeline/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/pretrain/pipeline/data_utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/pretrain/pipeline/model.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/sa2gfm/pretrain/pipeline/train_single.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/samgpt/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/samgpt/downprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/samgpt/downprompt_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/samgpt/preprompt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/cli/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/cli/sa2gfm.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/private/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/private/core/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/private/core/gnn_encoder.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/private/utlis/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/private/utlis/domain_alignment.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/private/utlis/downstream_data_gen/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/private/utlis/downstream_data_gen/generator.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/private/utlis/feature_handling.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/private/utlis/graph_construction.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/private/utlis/graph_type_variants.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/private/utlis/loss_calculation.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/private/utlis/rag_gfm/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/private/utlis/rag_gfm/corpus_builder.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/private/utlis/rag_gfm/motif_builder.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/backbone_models/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/backbone_models/gnn_encoder.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/cli/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/cli/default_ckpt.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/cli/export_yaml.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/cli/multigprompt_config.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/cli/yaml_config.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/cli/yaml_flat_to_argv.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/model_bases.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/data_process/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/data_process/ogb_preprocess.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/data_process/pyg_graph.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/data_process/text_embed.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/llm/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/llm/dev_llm_stub.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/llm/hf_hub.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/llm/openai_api.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/llm/openai_client.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/loss_func/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/loss_func/cca_loss.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/loss_func/domain_contrastive.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/loss_func/domain_regularizer.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/loss_func/gradient_reversal.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/loss_func/info_nce_mi_matrix.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/loss_func/loss_support.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/loss_func/motif_contrastive_loss.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/loss_func/negative_sampling.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/loss_func/node_node_contrastive.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/loss_func/pairwise_ranking.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/loss_func/spectral_loss.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/loss_func/task_head.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/others/__init__.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/others/core.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/others/dict2xml.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/others/distributed_compat.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/others/graph_utils.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/others/ppr.py +0 -0
- {python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/public/utils/others/runtime.py +0 -0
|
@@ -45,7 +45,6 @@ src/pygfm/baseline_models/gcot/graphgpt/model/model_registry.py
|
|
|
45
45
|
src/pygfm/baseline_models/gcot/graphgpt/model/monkey_patch_non_inplace.py
|
|
46
46
|
src/pygfm/baseline_models/gcot/graphgpt/model/utils.py
|
|
47
47
|
src/pygfm/baseline_models/gcot/graphgpt/model/graph_layers/__init__.py
|
|
48
|
-
src/pygfm/baseline_models/gcot/graphgpt/model/graph_layers/bpe_simple_vocab_16e6.txt.gz
|
|
49
48
|
src/pygfm/baseline_models/gcot/graphgpt/model/graph_layers/clip_graph.py
|
|
50
49
|
src/pygfm/baseline_models/gcot/graphgpt/model/graph_layers/graph_transformer.py
|
|
51
50
|
src/pygfm/baseline_models/gcot/graphgpt/model/graph_layers/mpnn.py
|
|
@@ -106,7 +105,6 @@ src/pygfm/baseline_models/graphgpt/model/model_registry.py
|
|
|
106
105
|
src/pygfm/baseline_models/graphgpt/model/monkey_patch_non_inplace.py
|
|
107
106
|
src/pygfm/baseline_models/graphgpt/model/utils.py
|
|
108
107
|
src/pygfm/baseline_models/graphgpt/model/graph_layers/__init__.py
|
|
109
|
-
src/pygfm/baseline_models/graphgpt/model/graph_layers/bpe_simple_vocab_16e6.txt.gz
|
|
110
108
|
src/pygfm/baseline_models/graphgpt/model/graph_layers/clip_graph.py
|
|
111
109
|
src/pygfm/baseline_models/graphgpt/model/graph_layers/graph_transformer.py
|
|
112
110
|
src/pygfm/baseline_models/graphgpt/model/graph_layers/mpnn.py
|
|
@@ -218,23 +218,27 @@ def _match_dataset_mapping_key(folder_name: str, dataset_mapping: dict) -> str |
|
|
|
218
218
|
return None
|
|
219
219
|
|
|
220
220
|
|
|
221
|
-
def load_all_datasets(data_root) -> list:
|
|
221
|
+
def load_all_datasets(data_root: str, *, allow_pyg_download: bool = False) -> list:
|
|
222
222
|
"""
|
|
223
223
|
Scan ``data_root`` for graphs; returns ``list[dict]`` compatible with ``{d['name']: d for d in all_raw}``.
|
|
224
224
|
|
|
225
225
|
**Flat ``*.pt``**: single-file graphs like ``data_root/Cora.pt`` loaded to one ``Data``;
|
|
226
226
|
names are matched **case-insensitively** to ``dataset_mapping`` (e.g. ``cora.pt`` -> ``Cora``).
|
|
227
227
|
|
|
228
|
-
**Subdirs**: ``<name>/data.pt`` or ``<name>/processed/data.pt
|
|
228
|
+
**Subdirs**: ``<name>/data.pt`` or ``<name>/processed/data.pt``.
|
|
229
229
|
|
|
230
|
-
**Else**:
|
|
230
|
+
**Else**:
|
|
231
|
+
- If ``allow_pyg_download=False`` (default), do **not** fall back to PyG datasets
|
|
232
|
+
(Planetoid/Amazon/TU). This avoids implicit downloads and enforces a uniform local
|
|
233
|
+
``*.pt``/``data.pt`` format for both pretrain and finetune.
|
|
234
|
+
- If ``allow_pyg_download=True``, fall back to ``dataset_mapping`` (Planetoid / Amazon / TU / HGPROMPT).
|
|
231
235
|
Use ``--datasets`` / ``--target`` names consistent with ``d['name']`` (e.g. ``Cora``).
|
|
232
236
|
"""
|
|
233
237
|
datasets = []
|
|
234
238
|
# Undirected + self-loops for robustness
|
|
235
239
|
transform = T.Compose([T.ToUndirected(), T.AddSelfLoops()])
|
|
236
240
|
|
|
237
|
-
#
|
|
241
|
+
# Optional PyG loader mapping (used only when allow_pyg_download=True)
|
|
238
242
|
dataset_mapping = {
|
|
239
243
|
"ACM": "HETEROGENEOUS",
|
|
240
244
|
"DBLP": "HETEROGENEOUS",
|
|
@@ -381,27 +385,35 @@ def load_all_datasets(data_root) -> list:
|
|
|
381
385
|
else:
|
|
382
386
|
print(f"!! Warning: {canonical_name} has no valid edges after filter; skipped.")
|
|
383
387
|
|
|
384
|
-
elif dtype
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
388
|
+
elif dtype in (Planetoid, Amazon, TUDataset):
|
|
389
|
+
if not allow_pyg_download:
|
|
390
|
+
print(
|
|
391
|
+
f"!! Skip PyG fallback for {canonical_name} (dir: {name}). "
|
|
392
|
+
f"Please provide a local export: "
|
|
393
|
+
f"{os.path.join(data_root, canonical_name + '.pt')} "
|
|
394
|
+
f"or {os.path.join(data_path, 'data.pt')}."
|
|
395
|
+
)
|
|
396
|
+
continue
|
|
397
|
+
|
|
398
|
+
if dtype == Planetoid:
|
|
399
|
+
# Use on-disk folder ``name`` (Cora vs cora path case on Linux)
|
|
400
|
+
print(f">> Loading Planetoid: {canonical_name} (dir: {name})")
|
|
401
|
+
ds = Planetoid(root=data_root, name=name, transform=transform)
|
|
402
|
+
datasets.append({"name": canonical_name, "ds": ds})
|
|
403
|
+
loaded_canonical.add(canonical_name)
|
|
404
|
+
print(f"Successfully initialized: {canonical_name} (Nodes: {ds[0].num_nodes})")
|
|
405
|
+
elif dtype == Amazon:
|
|
406
|
+
print(f">> Loading Amazon: {canonical_name} (dir: {name})")
|
|
407
|
+
ds = Amazon(root=data_root, name=name, transform=transform)
|
|
408
|
+
datasets.append({"name": canonical_name, "ds": ds})
|
|
409
|
+
loaded_canonical.add(canonical_name)
|
|
410
|
+
print(f"Successfully initialized: {canonical_name} (Nodes: {ds[0].num_nodes})")
|
|
411
|
+
else:
|
|
412
|
+
print(f">> Loading TUDataset: {canonical_name} (dir: {name})")
|
|
413
|
+
ds = TUDataset(root=data_root, name=name, transform=transform)
|
|
414
|
+
datasets.append({"name": canonical_name, "ds": ds})
|
|
415
|
+
loaded_canonical.add(canonical_name)
|
|
416
|
+
print(f"Successfully initialized: {canonical_name} (Graphs: {len(ds)})")
|
|
405
417
|
|
|
406
418
|
except Exception as e:
|
|
407
419
|
print(f"!! Failed to load {canonical_name} ({name}) due to error: {e}")
|
|
@@ -413,14 +425,16 @@ def load_all_datasets(data_root) -> list:
|
|
|
413
425
|
subs = []
|
|
414
426
|
print(
|
|
415
427
|
f"!! Warning: no datasets loaded. data_root={data_root} | entries: {subs}."
|
|
416
|
-
f"
|
|
417
|
-
|
|
428
|
+
f" Provide flat Cora.pt; or Cora/data.pt, Cora/processed/data.pt."
|
|
429
|
+
+ ("" if not allow_pyg_download else " Or enable PyG fallback with allow_pyg_download=True.")
|
|
418
430
|
)
|
|
419
431
|
|
|
420
432
|
return datasets
|
|
421
433
|
|
|
422
434
|
|
|
423
|
-
def load_single_graph_dataset(
|
|
435
|
+
def load_single_graph_dataset(
|
|
436
|
+
data_root: str, dataset: str, *, allow_pyg_download: bool = False
|
|
437
|
+
) -> tuple[Data, int]:
|
|
424
438
|
"""
|
|
425
439
|
Load **one** node-level graph under a baseline data root (same rules as :func:`load_all_datasets`):
|
|
426
440
|
|
|
@@ -433,7 +447,7 @@ def load_single_graph_dataset(data_root: str, dataset: str) -> tuple[Data, int]:
|
|
|
433
447
|
:return: ``(data, num_classes)`` with single :class:`~torch_geometric.data.Data`.
|
|
434
448
|
:raises ValueError: Not found, or multi-graph TU entry (use :func:`load_multi_graph_pyg_dataset` for graph classification).
|
|
435
449
|
"""
|
|
436
|
-
items = load_all_datasets(data_root)
|
|
450
|
+
items = load_all_datasets(data_root, allow_pyg_download=allow_pyg_download)
|
|
437
451
|
key = dataset.strip()
|
|
438
452
|
found_names = [d["name"] for d in items]
|
|
439
453
|
for d in items:
|
|
@@ -504,20 +518,13 @@ def load_multi_graph_pyg_dataset(data_root: str, dataset: str):
|
|
|
504
518
|
|
|
505
519
|
def load_single_graph_dataset_or_reddit(data_root: str, dataset: str) -> tuple[Data, int]:
|
|
506
520
|
"""
|
|
507
|
-
Same as :func:`load_single_graph_dataset
|
|
508
|
-
|
|
521
|
+
Same as :func:`load_single_graph_dataset`.
|
|
522
|
+
|
|
523
|
+
Note:
|
|
524
|
+
This helper used to fall back to PyG ``Reddit(root=data_root)`` if no local ``.pt`` export exists.
|
|
525
|
+
For a uniform, offline-friendly workflow, require local exports here as well.
|
|
509
526
|
"""
|
|
510
|
-
|
|
511
|
-
return load_single_graph_dataset(data_root, dataset)
|
|
512
|
-
except ValueError:
|
|
513
|
-
if dataset.strip().casefold() != "reddit":
|
|
514
|
-
raise
|
|
515
|
-
from torch_geometric.datasets import Reddit
|
|
516
|
-
|
|
517
|
-
ds = Reddit(root=data_root)
|
|
518
|
-
data = ds[0]
|
|
519
|
-
num_classes = int(data.y.max().item()) + 1
|
|
520
|
-
return data, num_classes
|
|
527
|
+
return load_single_graph_dataset(data_root, dataset, allow_pyg_download=False)
|
|
521
528
|
|
|
522
529
|
|
|
523
530
|
def early_stopping(
|
|
Binary file
|
python_gfm-0.1.2/src/pygfm/baseline_models/graphgpt/model/graph_layers/bpe_simple_vocab_16e6.txt.gz
DELETED
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/conversation.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/eval/run_graphgpt.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/eval/run_vicuna.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/GraphLlama.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/GraphLlama_pl.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/__init__.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/apply_delta.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/apply_lora.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/builder.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/compression.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/convert_fp16.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/make_delta.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/model_adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/model/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/__init__.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/api_provider.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/bard_worker.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/controller.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/gradio_css.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/gradio_patch.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/inference.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/model_worker.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/serve/test_message.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/train/train_graph.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/train/train_light.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/train/train_lora.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/gcot/graphgpt/train/train_mem.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/build_instruct_arxiv_ds.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/eval/run_graphgpt.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/eval/run_graphgpt_LP.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/GraphLlama.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/GraphLlama_pl.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/apply_delta.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/apply_lora.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/compression.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/convert_fp16.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/graph_layers/mpnn.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/make_delta.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/model_adapter.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/model/model_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/api_provider.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/bard_worker.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/cacheflow_worker.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/controller.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/controller_graph.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/gradio_css.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/gradio_patch.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/gradio_web_server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/huggingface_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/model_worker.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/model_worker_graph.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/monitor/monitor.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/openai_api_server.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/register_worker.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/test_message.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/serve/test_throughput.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/train/graphchat_trainer.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/train/train_graph.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/train/train_light.py
RENAMED
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphgpt/train/train_lora.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphkeeper/downprompt_graph.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_gfm-0.1.2 → python_gfm-0.1.3}/src/pygfm/baseline_models/graphmore/downprompt_graph.py
RENAMED
|
File without changes
|
|
File without changes
|