cc

Results 13 issues of cc

Hey! I use CMake to build the project (on Windows, used in developer command prompt), with the command: instant-ngp$ cmake . -B build However, it failed: Here are some of...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I want to run chatGLM-6B-int4 on my machine but it had...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I want to run chatGLM-6B-int4 on my machine but it had...

我用了本地的chatglm-6b-int4模型,然后显示了内存不足(win10+32G内存+1080ti11G),一般需要多少内存才足够?这个bug应该如何解决? RuntimeError: [enforce fail at C:\actions-runner\_work\pytorch\pytorch\builder\windows\pytorch\c10\core\impl\alloc_cpu.cpp:72] data. DefaultCPUAllocator: not enough memory: you tried to allocate 1069285376 bytes.

bug

What is the pipline and installation guideline?

请问这段prompt_template是什么意思,要怎么使用?可以给一个具体模板参考下吗? `# 基于上下文的prompt模版,请务必保留"{question}"和"{context}" PROMPT_TEMPLATE = """已知信息: {context} 根据上述已知信息,简洁和专业的来回答用户的问题。如果无法从中得到答案,请说 “根据已知信息无法回答该问题” 或 “没有提供足够的相关信息”,不允许在答案中添加编造成分,答案请使用中文。 问题是:{question}"""`

enhancement

I imported the mimic3 data into the database using postpreSQL and 7zip commands: DROP DATABASE IF EXISTS mimic; ``` CREATE DATABASE mimic OWNER postgres; \c mimic; CREATE SCHEMA mimiciii; set...

大神,去年9月之后就没更新新版本了,请问啥时候更新啊?

requirement安装的时候只要涉及包的版本,都安装报错了,都说官方没有这个版本,连阿里云和清华的镜像都无法获取。于是我把里面包的版本要求都去掉了,直接安装默认的版本 我按requirement安装后报错: File "run.py", line 1, in from visual_openllm.visual_openllm import main File "E:\visual-openllm-main\visual_openllm\visual_openllm.py", line 14, in from . import openai_inject File "", line 1 (args = ) ^ SyntaxError: invalid...