-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Default Options Value Override in Panel #1753
Comments
ollama的num-ctx的确需要能够更改,默认比较小导致无法处理长文本。可是通过oneapi调用怎么更改这个默认值 |
这个直接传num_ctx参数就可以了,用0.6.9alpha版本,我加了这个参数进去 |
docker-compose.yml里image那里制定一下版本,然后怎么传这个参数你得看fastgpt的文档 |
你上面提到的 这个还没好吗? |
这个不能在oneapi中开放这个参数直接更改吗 |
你自己pull下来改了再编译就行 |
对比一下添加num_ctx前后,处理请求时ollama服务运行的机器ollama ps指令打印的模型显存占用有没有变化 |
用ollama渠道,自定义可能需要你自己修改代码 |
麻烦看下阿里的enable_search参数 |
和这个issue有什么关系呢? |
都是默认参数的问题
…---Original---
From: ***@***.***>
Date: Mon, Sep 30, 2024 15:39 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [songquanpeng/one-api] Add Default Options Value Override inPanel (Issue #1753)
麻烦看下阿里的enable_search参数
#1857
和这个issue有什么关系呢?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
嗯,那也适合默认为开启,需求确实是广泛存在的 |
你好, 0.6.9-alpha,可以解决num_ctx,但是存在其他问题,例如模型重定向失败、部分模型也失败。#1880 请问还有哪个稳定的版本可以支持num_ctx参数 |
请问这个问题解决了吗?怎么添加额外参数? |
config.json中增加
…---Original---
From: ***@***.***>
Date: Thu, Oct 31, 2024 09:51 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [songquanpeng/one-api] Add Default Options Value Override inPanel (Issue #1753)
请问这个问题解决了吗?怎么添加额外参数?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
请问怎么加? |
例行检查
功能描述
在渠道设置中添加一个为特定模型覆写默认参数(override)的功能。这样就可以对对应的参数默认值进行修改,而不需要请求端主动添加这个参数。而如果用户发起请求时带上了这个参数,则无视这里的设定。这样可以增加relay的灵活性,类似下图(参照的模型重定向的输入逻辑)。
应用场景
The text was updated successfully, but these errors were encountered: