Skip to content

Commit

Permalink
*: put Memory into webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Sep 4, 2024
1 parent a3787af commit 5541137
Show file tree
Hide file tree
Showing 30 changed files with 403 additions and 1,274 deletions.
1 change: 0 additions & 1 deletion discojs-web/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from "./loaders/index.js";
export * from "./memory/index.js";
1 change: 0 additions & 1 deletion discojs-web/src/memory/index.ts

This file was deleted.

193 changes: 0 additions & 193 deletions discojs-web/src/memory/memory.ts

This file was deleted.

1 change: 0 additions & 1 deletion discojs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export * as aggregator from './aggregator/index.js'

export { WeightsContainer, aggregation } from './weights/index.js'
export { Logger, ConsoleLogger } from './logging/index.js'
export { Memory, type ModelInfo, type ModelSource, Empty as EmptyMemory } from './memory/index.js'
export { Disco, RoundLogs, RoundStatus } from './training/index.js'
export { Validator } from './validation/index.js'

Expand Down
134 changes: 0 additions & 134 deletions discojs/src/memory/base.ts

This file was deleted.

Loading

0 comments on commit 5541137

Please sign in to comment.