chlyzzo

Results 7 issues of chlyzzo

当用http的url访问时,音乐模块可以正常出现;但是,当变成https时就出现不了,是不是哪里做了限制。 https://chloy.com我的网站就是这样子的

用tensorflow训练了个lr模型,保存在mac本地,显示成功: ![image](https://user-images.githubusercontent.com/19646469/101148262-62f24a80-3658-11eb-81f7-2286da9341de.png) 然后,用spark-scala进行读取模型,一直显示错误: 20/12/04 17:08:23 INFO BlockManager: Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy 20/12/04 17:08:23 INFO BlockManagerMaster: Registering BlockManager BlockManagerId(driver, 172.18.20.248, 54070, None) 20/12/04 17:08:23 INFO BlockManagerMasterEndpoint: Registering block manager...

**Is your feature request related to a problem? Please describe.** in k8s, helm install pulsar, and gei services, like : pulsar-spatio-pulsar-manager NodePort 10.233.46.47 9527:31335/TCP 100m and the port 31335 can...

**Describe the bug** when write data in pulsar,,use the follow code: ```scala def main(args: Array[String]): Unit = { val sparkSession = SparkSession.builder().appName("test-pulsar").master("local").getOrCreate() val startingOffsets = topicOffsets(Map("persistent://public/default/my-topic" -> MessageId.fromByteArray(Array(8,33,16,8)))) import sparkSession.implicits._...

type/bug
compute/data-processing

我根据你的jacman修改了一些格式, 1,左边栏点击单篇文章后分类和标签没有,把文章居中显示; 2,每篇文章底部加了打赏; 3,在顶上加了百度的阅读数统计和网易云音乐的播放器; 4,在底部加了gitalk的评论功能。 前1,2,3都能正常,但是第4个功能,存在问题: 1,显示的位置不好,一直在左边,调了一天没调成想要的格式,不是很懂在哪里调; 2,gitalk的评论时好,时不好,导致没法评论,评论显示不出来。 不知道你有空一起探讨下,把gitalk评论加在jacman主题中。 这是我修改后的主题下载:https://github.com/chlyzzo/chlyzzo-jacman

### Reminder - [x] I have read the above rules and searched the existing issues. ### Description 1,经过qwen3-14B模型进行SFT后,得到模型qwe3-14B-sft-1016,模型文件大小28GB; 2,量化,采取如下配置进行量化。模型大小16GB; ------- model_name_or_path: /root/qwe3-14B-sft-1016 template: qwen3_nothink export_dir: /root/qwe3-14B-sft-1016-8-hqq quantization_bit: 8 quantization_method: hqq...

enhancement
pending

### Reminder - [x] I have read the above rules and searched the existing issues. ### Description 训练的配置详细信息: `### model model_name_or_path: Qwen/Qwen3-14B trust_remote_code: true ### method stage: sft do_train: true...

enhancement
pending