Willow Wong

Results 9 comments of Willow Wong

@duzx16 意思是一个模型一张显存放不下,只好放在多张显存上嘛?请问您是否知道如何在chatglm上使用数据并行训练模型呢?

`xattr -r -d com.apple.quarantine /YOUR_PATH/ChatGPT.app ` Execute above code, and the interface can be opened, but there is nothing in the interface

`xattr -r -d com.apple.quarantine /YOUR_PATH/ChatGPT.app ` Execute above code, and the interface can be opened, but there is nothing in the interface

如何理解这里的目录 ``` 目录作为模块 默认情况是根据根目录中package.json文件的main来指定目录模块,如: { "name" : "some-library", "main" : "main.js" } 如果这是在./some-library node_modules目录中,则 require('./some-library') 会试图加载 ./some-library/main.js 如果目录里没有 package.json文件,或者 main入口不存在或无法解析,则会试图加载目录下的 index.js 或 index.node 文件 ```