Skip to content

Commit

Permalink
Cleanup some inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mudiarto committed Apr 28, 2024
1 parent 5ae4066 commit eb4c571
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ _default:
# preview current notebook
preview:
#!/usr/bin/env bash
# clean old files
rm -rf _proc
echo "Preview notebook in port 4000"
nbdev_preview

Expand Down
2 changes: 1 addition & 1 deletion nbs/_quarto.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project:
type: website
preview:
port: 3000
port: 4000
browser: false

format:
Expand Down
2 changes: 0 additions & 2 deletions nbs/extras/20240427-llamacpp-experiment.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ huggingface-cli download FaradayDotDev/llama-3-8b-Instruct-GGUF llama-3-8b-Instr

- **Note**: I just realized that I can download the model manually from hugging face website. This is probably a better way if you only need to download it once. But if you need to automate it, you can use the cli.

#%%
### Prerequisite - experiment with llama.cpp

```bash
Expand Down Expand Up @@ -180,7 +179,6 @@ export CUDA_VISIBLE_DEVICES=GPU-1f000d41-bbba-2144-c214-e4a4fac78d5b
# it works !!

```
#%%

### Prerequisite - Use llama.cpp to create json file from a specific prompt

Expand Down
4 changes: 2 additions & 2 deletions nbs/index.qmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# @mudiarto's Notebooks
# @mudiarto's notebooks


A place to keep my notes and experiment with what I learn. I hope it is helpful for you too.

## Notes

- 20240427 - [Updating My Resume](notes/20240427_update_resume)
- 20240427 - [Updating My Resume](notes/20240427-update-resume.html)

## Links

Expand Down
4 changes: 2 additions & 2 deletions nbs/nbdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ project:
output-dir: _docs

website:
title: "Kusno Mudiarto's Blog"
title: "@mudiarto's notebooks"
site-url: "https://mudiarto.github.io/mudiarto.github.io"
description: "Kusno Mudiarto's Blog"
description: "Kusno Mudiarto's Notebooks"
repo-branch: main
repo-url: "https://github.com/mudiarto/mudiarto.github.io"
6 changes: 3 additions & 3 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Python library ###
repo = mudiarto.github.io
lib_name = mudiarto_github_io_unused
lib_name = _mudiarto_github_io
version = 0.0.1
min_python = 3.7
license = mit
Expand All @@ -24,14 +24,14 @@ custom_sidebar = False
doc_host = https://%(user)s.github.io
doc_baseurl = /%(repo)s
git_url = https://github.com/%(user)s/%(repo)s
title = Kusno Mudiarto's Blog
title = @mudiarto's notebooks
### PyPI ###
audience = Developers
author = Kusno Mudiarto
author_email = kusno@mudiarto.com
copyright = 2024 onwards, %(author)s
description = Kusno Mudiarto's Blog
description = Kusno Mudiarto's Notebooks
keywords = kusno mudiarto programmer nbdev jupyter notebook python
language = English
status = 3
Expand Down

0 comments on commit eb4c571

Please sign in to comment.