堆栈
رفتن به کانال در Telegram
Just a Resource Site 正如我们享受他人带来的巨大便利一样,我们也应该乐于有机会让自己为他人服务,而且我们应该免费并慷慨地这么做 最后编辑于2019年1月29日 (星期二) 02:57
نمایش بیشتر601
مشترکین
اطلاعاتی وجود ندارد24 ساعت
اطلاعاتی وجود ندارد7 روز
اطلاعاتی وجود ندارد30 روز
آرشیو پست ها
601
命令行第一人称射击游戏
支持linux和Windowss
编译见readme
分享一个简易的鼠标控制视角方法:每一次刷新之后的一瞬间把鼠标移动到屏幕中心,然后渲染帧,等更新下一帧的时候再获取鼠标位置,算出获取的位置和中心位置的变化量就知道鼠标移动了多少。有1帧的延迟不过完全可以接受,至少比dx直接绑定鼠标兼容性好而且方便
https://github.com/JamesLiu12/FPS-Simulator
601
Your subscriptions:
1. Ivon的部落格 —
https://ivonblog.com/rss.xml
2. BLxcwg666 's Blog — https://blog.xcnya.cn/feed/
3. 笨蛋的小破站 — https://blog.bdovo.cc/feed/
Send the link again to remove it from subscriptions.601
Your subscriptions:
1. Ivon的部落格 —
https://ivonblog.com/rss.xml
2. BLxcwg666 's Blog — https://blog.xcnya.cn/feed/
Send the link again to remove it from subscriptions.601
VScode for Android by Dev.Environments
dev.environment.VScode_Paid
Version: 1.0.4(12268326)
Updated: Apr 20, 2023
Size: 178.66MB
✅️ Fixed: White Screen issue for All Devices.
✅️ Fixed: App Crash on Bluetooth mouse/keyboard connect/disconnect.
➕ Added Feature: Upload/Download Files Directly from explorer menu.
🚀 Improved Performance and fixed other mini Bugs.
Download: 🇬🇧 https://apkdl.net/en/dev.environment.VScode_Paid
Download: 🇮🇷 https://apkdl.net/fa/dev.environment.VScode_Paid
This is a paid app or game.
601
下载地址:https://huggingface.co/datasets/No-22/chinese-alpaca-7b-quantized/tree/main
启动代码:
8int:
无提示词:./main -m ggml-model-q8_0.bin --color -ins -c 2048 --temp 0.2 -n 256 --repeat_penalty 1.3 -t (此处删掉括号填你的CPU线程数)
有提示词:./main -m ggml-model-q8_0.bin --color -f chat.txt -ins -c 2048 --temp 0.2 -n 256 --repeat_penalty 1.3 -t (此处删掉括号填你的CPU线程数)
fp16:
无提示词:./main -m ggml-model-f16_3.bin --color -ins -c 2048 --temp 0.2 -n 256 --repeat_penalty 1.3 -t (此处删掉括号填你的CPU线程数)
有提示词:./main -m ggml-model-f16_3.bin --color -f chat.txt -ins -c 2048 --temp 0.2 -n 256 --repeat_penalty 1.3 -t (此处删掉括号填你的CPU线程数)
建议使用8int,效果和fp16差不多
