腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
在多个GPU中加载
LLM
我正在做一个关于
LLM
文本生成的POC。我有一个AWSp3.8x实例,它有
4
个GPU,每个16 GB大小。我对
LLM
和GPU很陌生。当我尝试在GPU中加载一个
LLM
相关模型(WizardLM)时,它说16 GB是不够的。因此,我的问题是如何使用所有64 GB加载模型?
浏览 0
提问于2023-05-19
得票数 1
1
回答
RecyclerView插入arrayList计数动画
audio.setLength(Integer.parseInt(cursor.getString(3))); mRecyclerView.setHasFixedSize(true);
llm
.setOrientatio
浏览 1
修改于2016-05-26
得票数 0
2
回答
一个LinearLayoutManager只能用于一个RecyclerView?
LinearLayoutManager
llm
= new LinearLayoutManager(getActivity()); recViewTopSell.setLayoutManager(
llm
);
浏览 0
修改于2020-04-29
得票数 3
1
回答
基于Gelf的Java GrayLog集成
我添加了配置参数,以便将灰度日志服务器连接到"log
4
j_Appender.xml“ <Configuration status="info" packages="org.graylog2.log
4
j2"> <GELF name="gelfAppender" server=&q
浏览 2
修改于2019-04-11
得票数 0
1
回答
如何传递符号& in @RequestParam?
url=http://www.test.com/boom/
4
?utm_source=Google+Places&utm_medium=
LLM
&utm_campaign=DAC+
LLM
"有什么办法可
浏览 2
提问于2013-11-26
得票数 0
回答已采纳
3
回答
RecylerView可以不使用片段。当我使用片段时不起作用
RecyclerView recyclerView = (RecyclerView) findViewById(R.id.recyclerList); recyclerView.setAdapter(new MyRecyclerAdapter(generatePalettes()));
llm
.setOrientation(LinearLayou
浏览 3
修改于2015-04-09
得票数 1
回答已采纳
2
回答
禁用Android的RecylerView滚动和抛出
下面是我用LinearLayoutManager初始化视图的地方 recList.setHasFixedSize(true); recList.set
浏览 3
提问于2015-06-01
得票数 2
2
回答
获取RecyclerView中第n项的x/y位置
但是,当视图当前不在屏幕上时(例如,RecyclerView上当前可见的项目范围是
4
到7,而我感兴趣的项目是1或10),似乎无法获得该值。private RecyclerView rv; private LinearLayoutManager
llm
;因此,我尝试了以下方法:View v = rv.getChildAt(index); View v2 =
llm
.getChildAt(
浏览 1
提问于2016-06-24
得票数 20
1
回答
LLM
“参数”与神经网络中的“权重”是如何关联的?
我一直在阅读最新和最伟大的
LLM
是如何拥有数十亿个参数的。作为一个更熟悉标准神经网络,但试图更好地理解
LLM
的人,我很好奇
LLM
参数是否与NN的权重相同,即它基本上是一个从随机系数开始的数字,并且随着模型的学习以减少损失的方式进行调整吗?如果是这样的话,为什么那么多在
LLM
空间中工作的研究将这些称为参数,而不是仅仅调用它们的权重?
浏览 0
修改于2023-05-20
得票数 5
回答已采纳
2
回答
发送没有键事件的keyCode?
ppm.gotoAndStop(301);
llm
.gotoAndStopssm.gotoAndStop(301);
llm
.gotoAndStop10; break; case 74:{
浏览 3
提问于2014-02-04
得票数 0
回答已采纳
1
回答
Android:无法解析符号"setLayoutManager“
尝试使用racycler视图,但无法设置布局管理器LinearLayoutManager
llm
= new LinearLayoutManager(this);写入无法在
llm
上解析符号"setLayoutManager“和未知类 import
浏览 3
修改于2015-09-08
得票数 1
回答已采纳
2
回答
回收站全滚动定位
LinearLayoutManager
llm
= new LinearLayoutManager(getActivity()); paletteRecyclerView.setLayoutManager(
llm
); 我想要检查是否可以完全滚动到位置1。
浏览 2
修改于2016-12-11
得票数 0
回答已采纳
4
回答
将两个回调合并为一个返回
callback) => { callback(null,
llm
_data)};{ "totalFee": "108", "totalFeeCurrencydata = JSON.parse(event.body)
浏览 0
提问于2019-07-12
得票数 1
回答已采纳
1
回答
RecyclerView页脚未显示
recyclerView, int dx, int dy) { totalItemCount =
llm
.getItemCount(); lastVisibleItem=
llm
.fin
浏览 0
提问于2016-07-26
得票数 1
0
回答
RecyclierView的notifyItemInserted不能与arrayList一起使用
) findViewById(R.id.recyclerView); LinearLayoutManager
llm
= new LinearLayoutManager(this);
llm</
浏览 4
修改于2016-07-11
得票数 0
1
回答
SaveInstanceState of RecyclerView
这是我的资料recyclerView.setHasFixedSize(true);
llm
.setStackFromEnd(true); mAdapter = new MyAdapter(
浏览 0
提问于2016-07-04
得票数 1
回答已采纳
4
回答
LinearLayoutManager.findViewByPosition()返回null
RecyclerView list = findViewById(R.id.list);MyAdapter adapter = new MyAdapter();View firstViewItem=
llm
.findViewByPosition(0); // <-- null adapter包含
浏览 10
提问于2017-09-20
得票数 2
回答已采纳
0
回答
TRTC如何自定义
LLM
的一些其他配置?如RAG、Memory长记忆
实时音视频
、
对话机器人
、
memory
、
配置
、
TRTC云助手
TRTC的
LLM
以及TTS 能否支持跟多的自定义内容?自定义
LLM
的一些其他配置?如RAG、Memory长记忆?
浏览 126
提问于2025-03-18
1
回答
确定项目在RecyclerView上是否可见
RecyclerView recycList = (RecyclerView) findViewById(R.id.rv);
llm
= new LinearLayoutManager(this); recycList.setLayoutManager(
llm
); recycList.addOnChildAttachStateChangeL
浏览 161
修改于2018-05-31
得票数 8
1
回答
SwipeRefreshLayout停止工作/ RecyclerView不一致地触发SwipeRefreshLayout
appcompat-v7:25.3.1'compile 'com.android.support:support-v
4
:25.3.1'<android.support.v
4
.widget.SwipeRefreshLayoutlayout_alignParentLeft="true"
浏览 2
修改于2017-05-25
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券