From b7d9b0ae89747496175f2ae16154980fc8dad37a Mon Sep 17 00:00:00 2001 From: Christophe Date: Mon, 22 Jan 2024 10:35:05 +0000 Subject: [PATCH] dev --- llama2.cabal | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/llama2.cabal b/llama2.cabal index 328a49ef..6883d080 100644 --- a/llama2.cabal +++ b/llama2.cabal @@ -2,9 +2,9 @@ cabal-version: 3.4 name: llama2 version: 0.1.0.0 -description: Please see the README on GitHub at -homepage: https://github.com/githubuser/llama2-haskell-inference#readme -bug-reports: https://github.com/githubuser/llama2-haskell-inference/issues +description: Please see the README on GitHub at +homepage: https://github.com/chris-ch/llama2.hs#readme +bug-reports: https://github.com/chris-ch/llama2.hs/issues author: Christophe Alexandre maintainer: christophe.alexandre@pm.me category: LLM @@ -14,11 +14,10 @@ license-file: LICENSE build-type: Simple extra-source-files: README.md - CHANGELOG.md source-repository head type: git - location: https://github.com/githubuser/llama2-haskell-inference + location: https://github.com/chris-ch/llama2.hs executable llama2