Skip to content

Commit

Permalink
Remove duplicate test codes (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
li-plus authored Oct 22, 2023
1 parent 524cdbe commit 02a6963
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 388 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Run `./build/bin/main -h` to explore more options!

**Try Other Models**

<details>
<details open>
<summary>ChatGLM2-6B</summary>

```sh
Expand Down Expand Up @@ -263,7 +263,7 @@ python3 web_demo.py -m ../chatglm-ggml.bin
For other models:
<details>
<details open>
<summary>ChatGLM2-6B</summary>
```sh
Expand Down
2 changes: 1 addition & 1 deletion chatglm.h
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ class InternLM7BForCausalLM : public BasicModelForCausalLM<InternLM7BModel> {

public:
static constexpr size_t MEM_SIZE = 512 * MB;
static constexpr size_t SCRATCH_SIZE = 1024 * MB;
static constexpr size_t SCRATCH_SIZE = 1280 * MB;
};

using InternLM20BAttention =
Expand Down
Loading

0 comments on commit 02a6963

Please sign in to comment.