Update README.md, requirements, requirements.txt, requirements_wo_ds.txt,...
Update README.md, requirements, requirements.txt, requirements_wo_ds.txt, test.py, api.py, cli_demo_mp.py, LICENSE.txt, MODEL_LICENSE.txt, finetune_visualglm.py, cli_demo_hf.py, cli_demo.py, web_demo_hf.py, web_demo.py, README_en.md, api_hf.py, temp.json, fewshot-data.zip files Deleted .gitignore, .gitlab-ci.yml, LICENSE, gatsby-browser.js, gatsby-node.js, gatsby-ssr.js, gatsby-config.js, package-lock.json, package.json, src/components/header.js, src/components/image.js, src/components/layout.css, src/components/layout.js, src/components/seo.js, src/images/gatsby-astronaut.png, src/images/gatsby-icon.png, src/pages/404.js, src/pages/index.js, src/pages/page-2.js files
Showing
.gitignore
deleted
100644 → 0
.gitlab-ci.yml
deleted
100644 → 0
LICENSE
deleted
100644 → 0
LICENSE.txt
0 → 100644
MODEL_LICENSE.txt
0 → 100644
README_en.md
0 → 100644
api.py
0 → 100644
api_hf.py
0 → 100644
cli_demo.py
0 → 100644
cli_demo_hf.py
0 → 100644
cli_demo_mp.py
0 → 100644
fewshot-data.zip
0 → 100644
File added
finetune_visualglm.py
0 → 100644
gatsby-browser.js
deleted
100644 → 0
gatsby-config.js
deleted
100644 → 0
gatsby-node.js
deleted
100644 → 0
gatsby-ssr.js
deleted
100644 → 0
package-lock.json
deleted
100644 → 0
This diff is collapsed.
package.json
deleted
100644 → 0
| { | |||
| "name": "gatsby-starter-default", | |||
| "private": true, | |||
| "description": "A simple starter to get up and developing quickly with Gatsby", | |||
| "version": "0.1.0", | |||
| "author": "Kyle Mathews <mathews.kyle@gmail.com>", | |||
| "dependencies": { | |||
| "gatsby": "^2.18.12", | |||
| "gatsby-image": "^2.2.34", | |||
| "gatsby-plugin-manifest": "^2.2.31", | |||
| "gatsby-plugin-offline": "^3.0.27", | |||
| "gatsby-plugin-react-helmet": "^3.1.16", | |||
| "gatsby-plugin-sharp": "^2.3.5", | |||
| "gatsby-source-filesystem": "^2.1.40", | |||
| "gatsby-transformer-sharp": "^2.3.7", | |||
| "prop-types": "^15.7.2", | |||
| "react": "^16.12.0", | |||
| "react-dom": "^16.12.0", | |||
| "react-helmet": "^5.2.1" | |||
| }, | |||
| "devDependencies": { | |||
| "prettier": "^1.19.1" | |||
| }, | |||
| "keywords": [ | |||
| "gatsby" | |||
| ], | |||
| "license": "MIT", | |||
| "scripts": { | |||
| "build": "gatsby build --prefix-paths", | |||
| "develop": "gatsby develop", | |||
| "format": "prettier --write \"**/*.{js,jsx,json,md}\"", | |||
| "start": "npm run develop", | |||
| "serve": "gatsby serve", | |||
| "clean": "gatsby clean", | |||
| "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://github.com/gatsbyjs/gatsby-starter-default" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/gatsbyjs/gatsby/issues" | |||
| } | |||
| } |
Please register or sign in to comment