cyk

Results 9 issues of cyk

In the updated version, the 5.2.1 seems not side_module version, maybe the code you upload error. It seems the files are same with 5.1.1. Thanks!

不知道作者还更新否? 我发现该软件不能锁定扩展屏,和@[wutaiqiang](https://github.com/wutaiqiang)提的issue中的问题一样。

When I try your softmax examples, I get this error: ``` CMake Error at cmake/CubCudaConfig.cmake:4 (message): Building CUB as a standalone project is no longer supported. Use the Thrust repo...

### 重现链接 使用footer插槽之后的card组件,在点击这些内容时会出现数据传输错误的情况(数据传输使用的时eventChannel功能) ### Vant Weapp 版本 1.11.6 ### 描述一下你遇到的问题。 card组件的footer插槽无法成功跳转 ### 重现步骤 1. 使用card组件 2. 启动footer插槽,例如写一些文本 3. 使用eventChannel传递数据,并编写wx.navigateTo逻辑 4. 测试点击footer部分和其他部分的区别 ### 设备/浏览器 微信小程序

bug: need confirm

### 重现链接 很容易复现,使用官方demo即可 ### Vant Weapp 版本 1.11.6 ### 描述一下你遇到的问题。 例如card组件、button组件,在微信开发者工具提供的模拟器中无法正常显示,显示结果为空白 ### 重现步骤 1. 按照官方文档进行安装和部署 2. 在json文件中引用相关的组件 3. 在wxml文件中编写组件逻辑 4. 查看模拟器效果(非真机运行) ### 设备/浏览器 win11 最新版本微信开发者工具

bug: need confirm

message: NPM packages not found. Please confirm npm packages which need to build are belong to `miniprogramRoot` directory. Or you may edit project.config.json's `packNpmManually` and `packNpmRelationList` appid: wx39e4e1157a1063c9 openid: o6zAJs_7qWzTQU6R6m9zAOm392KE...

为什么我修改了代码的权重之后仍然有一致的训练效果,是因为这个实验中模拟的数据集是单一特征的吗?

https://github.com/datawhalechina/self-llm/blob/master/models/Llama3_1/04-Llama3_1-8B--Instruct%20Lora%20%E5%BE%AE%E8%B0%83.md 使用上述教程中提到的AutoDL中的镜像,报错: import torch from modelscope import snapshot_download, AutoModel, AutoTokenizer import os model_dir = snapshot_download('LLM-Research/Meta-Llama-3.1-8B-Instruct', cache_dir='/root/autodl-tmp', revision='master') 报错如下:--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File ~/miniconda3/lib/python3.10/site-packages/modelscope/utils/ast_utils.py:466, in FilesAstScanning._get_single_file_scan_result(self, file) 465...

For people who get the same problem, you should check your python version first and then install the pythonx.x-dev by apt and then update the pythorch/CMakeLists.txt to the new path...