add edger

This commit is contained in:
Tokisakix
2025-08-07 09:59:44 +08:00
parent 9a87050dee
commit 3191a631d7
9 changed files with 299 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
[project]
name = "hicore"
name = "HiCore"
version = "0.1.0"
description = "The implementation of Mitigating Matthew Effect: Multi-Hypergraph Boosted Multi-Interest Self-Supervised Learning for Conversational Recommendation (EMNLP 2024)"
readme = "README.md"
@@ -18,6 +18,16 @@ dependencies = [
"transformers>=4.55.0",
]
[tool.uv.sources]
torch = [
{ index = "pytorch-cu129", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
[[tool.uv.index]]
url="https://pypi.tuna.tsinghua.edu.cn/simple"
default=true
[[tool.uv.index]]
name = "pytorch-cu129"
url = "https://download.pytorch.org/whl/cu129"
explicit = true