yangxinQA

Results 2 issues of yangxinQA

When i use the minicap as a screenshot stream .I use the bytes returned to create a screenshot as in example file.like this if length - cursor >= frameBodylength: dataBody...

code here report bug: ModuleNotFoundError: No module named 'fastchat.eval' ``` result = subprocess.run([ "python", "-m", "fastchat.eval.run_judger", "--model-list", config["name"], "--question-file", self.test_file, "--answer-dir", str(self.output_dir) ], capture_output=True, text=True) if result.returncode != 0: print(f"❌...