Chris Cates
Chris Cates
### Summary An electron based GUI to query CommonCrawl servers. ### Requirements - Must be a Typescript based Electron app that can compile on Windows, Linux and Mac OS systems....
### Summary Docker for Windows is currently not functioning well. Based on my research. It doesn't seem like there is any way to reasonably run a Linux based container through...
### Summary Please enable this binary to be downloadable from the internet as a binary. As long as this is cURLable from the Github as a release. That would be...
### Summary CommonCrawler is easily accessible via AWS S3. However, I'm interested in creating some sort of IPFS based distribution of Common Crawl. This way we can self-host and create...
### Summary This repository should be accessible via `go get` and can be included easily into anyone else's project. ### Requirements Must be able to run: ```bash go get https://github.com/ChrisCates/CommonCrawler...
### Summary Full test coverage of all components. Must pass on Travis CI and on Unix. Branch coverage included should be 100%. CodeCov would be highly preferred over other testing...
Sometimes the network can fail or other things can happen... However, we don't have detailed logs for when a failure happens for a specific wet file... Would be nice to...
Should reflect something like this. Since NPM Modules have been separated: ``` import React from 'react'; import { Router, Route, useRouterHistory } from 'react-router'; import { createMemoryHistory } from 'history';...
### Overview This is a rather simple semantic to add to the project. Currently, the documentation asks users to clone and build the project from scratch. **As seen here:** https://eosio.github.io/eosjs/latest/basic-usage/browser...
As of now, there is no way to modify RoPE Frequency Base and RoPE Frequency Scale. We would need to edit `rope.cu` to support parameters for frequency and scale: https://github.com/turboderp/exllama/blob/21f4a12be5794692f66410ad4fb78ffaad508d00/exllama_ext/cuda_func/rope.cu#L21-L31...