Andy(Pengan) Zhou
Andy(Pengan) Zhou
Is issue #57 same to your problems?
Yes, I find the same problem, I build this one from the original SAE repo, it should work http://dnbwg.cdn.bcebos.com/emularity-common/emulators/sae/sae-merge.js
在中国不同地区,封锁的程度不一:有些地方是半被封,即HTTP被封,HTTPS正常;有些地方是全被封,直接DNS解析为127.0.0.1。
Added a button to resize the canvas fit to screen Added a button to show system built in "password" (alphanumeric, no emoji etc.) keyboard Still looking for a way to...
目前仍然以添加新的机型为主,会在以后增加更多游戏
It seems like current build of JPC is not working on JDK11 or later, if I run it with JDK1.8 it's running fine.
最近我协助中关村创业博物馆恢复了这个游戏,可以下载这个ZIP包替换之前的,原理是在DOSbox里挂载硬盘镜像,先启动一个真实的PC-DOS,再启动游戏 http://dnbwg.cdn.bcebos.com/emdosbox/zgcqsl.zip 网页里的电脑博物馆已经可以运行这个游戏了 http://www.dnbwg.com/emularity.html?machine=zgcqsl
> @Looong01 同样的问题 ,用他的方法可以解决吗? 谢谢 [microsoft/DirectML#400 (comment)] (https://github.com/microsoft/DirectML/issues/400#issuecomment-1470074201) 在chatglm2-6b的讨论里有人提到更改`modeling_chatglm.py`可以解决这一问题 https://huggingface.co/THUDM/chatglm2-6b/discussions/71
I didn't tested this function yet, this SDK was used in one of my customer's app just for display location pins, not all function tested. I'm quite busy in these...
This bug occured since commit 15e09f1 , it's a confirmed bug of onnx 1.16.2: https://github.com/onnx/onnx/issues/6267 change `onnx==1.16.2` to `onnx==1.16.1` in `requirements.txt` and `requirements_versions.txt` to fix this problem.