Smile

Results 5 issues of Smile

# 问题描述 执行ath s后,log最后如下: > [14:14:11] 开始tuan模块任务styles! [14:14:12] gulp-postcss: buy.css 然后无错误退出,在其它机器上正常使用 # 环境 node: 10.3.0 (nvm管理) npm:6.1.0 athena-html:1.4.14 # 定位 1. 打日志发现是lib/build/task/styles.js文件第69行代码 把自定义包装pipe的代码去掉后,正常使用 ` .pipe($.if(isServe, athenaMate.plumber())) // 删除这行正常,进一步排查这个函数 ` 2....

## Why When new a page in path './src/business/index.vue' and 'npm run android', it can not hot Reload Because [path.basename] return only 'index.js', [confis.WeexBundle] is 'business/index.js', The Condition is false....

在express托管静态资源时,补充expression模块,压缩后可以显著减少网络损耗

使用这个项目的数据,用4090单卡24G训练,大概需要13-15小时,这个耗时正常吗? 看到有其他同学5小时就好了,请教下是不是我的配置问题 ``` python finetune.py --dataset_path data/alpaca --lora_rank 8 --per_device_train_batch_size 6 --gradient_accumulation_steps 1 --max_steps 52000 --save_steps 1000 --save_total_limit 2 --learning_rate 1e-4 --fp16 --remove_unused_columns false --logging_steps 50 --output_dir output ``` ![image](https://user-images.githubusercontent.com/17798955/231020810-f465e055-f6e5-4c4e-9755-aaf4156f4a35.png)

近期openai的反爬机制逐渐升级,同时对大量使用不同apiKey的ip做封禁(我的韩国ip已经被干掉了) 综合考虑来看,因此最好对代理服务、爬虫、apiKey进行独立部署隔离,避免互相影响 ## 爬虫版本 1. 速度:稍慢 2. 封禁:概率较低,单个账号不易被openai封禁 3. 接口稳定性:差,仅同时支持单个请求,容易429 4. 更新:不频繁 ## API版本 1. 速度:快 2. 封禁:概率较高,多个apiKey在同一ip出口 3. 接口稳定性:好,不同apiKey之间不冲突 4. 更新:不频繁 ## 代理服务 代理服务本身需要保证自己的稳定性和速度,在不同情况下,选择爬虫或者api来处理请求

enhancement