yejunjin

Results 7 issues of yejunjin

Hi, I install deepdive_sandbox_docker. jovyan@4891b7af232a:/ConfinedWater$ deepdive corenlp start CoreNLP server at CORENLP_PORT=24393 starting... take forever to start, but nothing goes on.

Hi! When I followed the tutorial (exmaple-spouse)[https://github.com/HazyResearch/deepdive/blob/master/doc/example-spouse.md] in master 0.9.0rc2 version, when i execute step1.2 ‘deepdive do sentences’, something goes wrong with me. Here is the log info: ``` 2017-03-12...

Hello, and thank you for submitting an issue to nom! First, please note that, for family reasons, I have limited time to work on nom, so following the advice here...

When executing pip install dashinfer, torch, pandas, tabulate and so on are not installed automatically since the `install_requires` in python/setup.py are not managed correctly.

在dashinfer集成进fastchat过程中,~~当prompt token超过engine_max_length时~~ 当.generation_config.max_length < prompt token < .engine_config.engine_max_length,程序恢复不了。

Here is an example of config file at examples/python/model_config/config_qwen_v10_7b.json ```json { "model_name": "Qwen-7B-Chat", "model_type": "Qwen_v10", "model_path": "~/dashinfer_models/", "data_type": "float32", "device_type": "CPU", "device_ids": [ 0 ], "multinode_mode": false, "engine_config": { "engine_max_length":...

Compile using Makefile emit error: ```shell Makefile:41: *** unterminated call to function 'shell': missing ')'. Stop ``` It looks like the '#' and its following content are parsed into a...