BillChan226 / HALC

[ICML 2024] Official implementation for "HALC: Object Hallucination Reduction via Adaptive Focal-Contrast Decoding"
https://billchan226.github.io/HALC
MIT License
66 stars 1 forks source link

您好!我在运行您的代码时出现了环境问题 #6

Open qppwdd0324 opened 4 months ago

qppwdd0324 commented 4 months ago

请问您的spacy/pydantic/typing extensions的版本号分别是多少?感谢您!

BillChan226 commented 4 months ago

Hi, thanks for your interest in HALC! Here is the package version in our environment:

spacy                     3.7.2
spacy-legacy              3.0.12
spacy-loggers             1.0.5
pydantic                  2.5.3
pydantic_core             2.14.6
typing_extensions         4.8.0

If you need further help with the environment setup, please don't hesitate to let me know!

qppwdd0324 commented 4 months ago

我在评估chair时遇到了困难,请问 pattern的版本号是多少

darwann commented 1 month ago

我在评估chair时遇到了困难,请问 pattern的版本号是多少

hi, is this issue resolved? I’m encountering the same problem.

BillChan226 commented 1 month ago

我在评估chair时遇到了困难,请问 pattern的版本号是多少

Hi, you can try to install pattern using conda install -c conda-forge pattern

BillChan226 commented 1 month ago

Referen

Hi, I wasn't able to track back to the pattern version I used before, but it could be fixed using Hi, you can try to install pattern using in most of the cases.

darwann commented 2 weeks ago

我在评估chair时遇到了困难,请问 pattern的版本号是多少

The pattern==3.6 will work in my experiment.